-
Notifications
You must be signed in to change notification settings - Fork 8
Open
Description
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.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels