Commit
+1 -1 +/-1 browse
1 | diff --git a/test/basic.test.cjs b/test/basic.test.cjs |
2 | index 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 => { |