Skip to content

Commit 562ae18

Browse files
authored
fix: add unit and system test scripts (CN-939) (#774)
* fix: added new tests * fix: updated image.tar
1 parent 8bded28 commit 562ae18

File tree

3 files changed

+6
-0
lines changed

3 files changed

+6
-0
lines changed

.snyk

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,8 @@ ignore:
1414
- 'snyk-nodejs-lockfile-parser > @yarnpkg/core > tar':
1515
reason: 'Indirect dependency from snyk-nodejs-lockfile-parser, waiting for upstream fix'
1616
expires: 2026-04-03T00:00:00.000Z
17+
SNYK-JS-LODASH-15869625:
18+
- '*':
19+
reason: 'Indirect dependency, waiting for upstream fix'
20+
expires: 2026-04-09T00:00:00.000Z
1721
patch: {}

package.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@
2020
"lint:commit": "commitlint --from=HEAD~1",
2121
"format": "prettier --loglevel warn --write '{lib,test}/**/*.ts' && tslint --fix --format stylish '{lib,test}/**/*.ts'",
2222
"test": "npm run test-jest",
23+
"test:unit": "jest --ci --maxWorkers=3 --logHeapUsage --colors --testPathPattern='test/(lib|unit)/'",
24+
"test:system": "jest --ci --maxWorkers=3 --logHeapUsage --colors --testPathPattern='test/system/'",
2325
"test-jest": "jest --ci --maxWorkers=3 --logHeapUsage --colors",
2426
"test-jest-windows": "jest --ci --maxWorkers=3 --config test/windows/jest.config.js --logHeapUsage",
2527
"prepare": "npm run build"

test/lib/save/image.tar

-45.2 MB
Binary file not shown.

0 commit comments

Comments
 (0)