Commit
+1 -1 +/-1 browse
1 | diff --git a/test/basic.test.cjs b/test/basic.test.cjs |
2 | index 0057680..c239f7e 100644 |
3 | --- a/test/basic.test.cjs |
4 | +++ b/test/basic.test.cjs |
5 | @@ -4,7 +4,7 @@ const OpenProps = require('../dist/open-props.cjs') |
6 | const OPtokens = require('../open-props.tokens.json') |
7 | |
8 | test('Should have an all included import', t => { |
9 | - t.is(Object.keys(OpenProps).length, 1652) |
10 | + t.is(Object.keys(OpenProps).length, 1654) |
11 | }) |
12 | |
13 | test('Import should have animations', async t => { |