You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've added new zem ^1.0.4 and run zem test, here is an output:
FAIL src/index.test.js
● Test suite failed to run
TypeError: Cannot read property 'reduce' of undefined
7 | import { zeplin } from "../../package.json";
8 |
> 9 | const defaultOptions = zeplin.options.reduce((options, option) => {
| ^
10 | options[option.id] = option.default;
11 | return options;
12 | }, {});
at Object.<anonymous> (src/fixtures/index.js:9:39)
at Object.<anonymous> (src/index.test.js:2:1)
Test Suites: 1 failed, 1 total
Tests: 0 total
Snapshots: 0 total
Time: 2.479s
Ran all test suites.
The text was updated successfully, but these errors were encountered:
I've added new zem ^1.0.4 and run
zem test
, here is an output:The text was updated successfully, but these errors were encountered: