Author: Adam Argyle [argyle@google.com]
Hash: 2e46de97d6d5d6c2e777b66ea3dc930c39052f62
Timestamp: Tue, 24 Oct 2023 18:07:05 +0000 (11 months ago)

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