Skip to content

Commit

Permalink
update tests
Browse files Browse the repository at this point in the history
  • Loading branch information
argyleink committed Oct 24, 2023
1 parent 2e85fd8 commit 2e46de9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/basic.test.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -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, 1652)
t.is(Object.keys(OpenProps).length, 1654)
})

test('Import should have animations', async t => {
Expand Down

0 comments on commit 2e46de9

Please sign in to comment.