From 2e46de97d6d5d6c2e777b66ea3dc930c39052f62 Mon Sep 17 00:00:00 2001 From: Adam Argyle Date: Tue, 24 Oct 2023 11:07:05 -0700 Subject: [PATCH] update tests --- test/basic.test.cjs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/basic.test.cjs b/test/basic.test.cjs index 0057680e..c239f7ef 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, 1652) + t.is(Object.keys(OpenProps).length, 1654) }) test('Import should have animations', async t => {