Skip to content

Commit 78368ac

Browse files
committed
Added Clone Unit test to github workflow
1 parent f0b6ec1 commit 78368ac

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/contentstack-clone/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
6868
"prepack": "pnpm compile && oclif manifest && oclif readme",
6969
"test:report": "tsc -p test && nyc --reporter=lcov --extension .ts mocha --forbid-only \"test/**/*.test.ts\" 2>&1 | grep -v 'ERR_INVALID_ARG_TYPE' ; npx nyc report --reporter=text-summary --reporter=text || true",
7070
"pretest": "tsc -p test",
71-
"test": "nyc --extension .ts mocha --forbid-only \"test/**/*.test.ts\" 2>&1 | grep -v 'ERR_INVALID_ARG_TYPE' ; npx nyc report --reporter=text-summary --reporter=text || true",
71+
"test:unit": "nyc --extension .ts mocha --forbid-only \"test/**/*.test.ts\" 2>&1 | grep -v 'ERR_INVALID_ARG_TYPE' ; npx nyc report --reporter=text-summary --reporter=text || true",
7272
"lint": "eslint src/**/*.ts",
7373
"format": "eslint src/**/*.ts --fix",
7474
"test:unit:report": "nyc --reporter=text --reporter=text-summary --extension .ts mocha --forbid-only \"test/**/*.test.ts\""

0 commit comments

Comments
 (0)