Author: Adam Argyle [atom@argyleink.com]
Hash: 38d39c35e7039c20e89b4551473b735bf1095828
Timestamp: Fri, 18 Aug 2023 04:19:41 +0000 (1 year ago)

+1 -1 +/-1 browse
updates test for token syntax change
1diff --git a/test/basic.test.cjs b/test/basic.test.cjs
2index 3b9d153..c5380b8 100644
3--- a/test/basic.test.cjs
4+++ b/test/basic.test.cjs
5 @@ -29,7 +29,7 @@ test('JSON Import should have colors', async t => {
6 })
7
8 test('JSON Import should have types', async t => {
9- t.assert(OPtokens['--gray-0'].type, 'color')
10+ t.assert(OPtokens['--gray-0'].$type, 'color')
11 })
12
13 test('Should produce a props bundle', async t => {