diff --git a/test/basic.test.cjs b/test/basic.test.cjs index 917fe983..3586eca5 100644 --- a/test/basic.test.cjs +++ b/test/basic.test.cjs @@ -4,7 +4,7 @@ const OpenProps = require('../dist/open-props.cjs') const OPtokens = require('../open-props.tokens.json') test('Should have an all included import', t => { - t.is(Object.keys(OpenProps).length, 1642) + t.is(Object.keys(OpenProps).length, 1650) }) test('Import should have animations', async t => {