Skip to content

Commit

Permalink
update tests to new prop total
Browse files Browse the repository at this point in the history
  • Loading branch information
argyleink committed Oct 19, 2023
1 parent 56a759a commit f25828e
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, 1642)
t.is(Object.keys(OpenProps).length, 1652)
})

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

0 comments on commit f25828e

Please sign in to comment.