Skip to content
This repository has been archived by the owner on Aug 18, 2024. It is now read-only.

Commit

Permalink
bot-test
Browse files Browse the repository at this point in the history
  • Loading branch information
ashish-aesthisia committed Jan 2, 2024
1 parent a38639a commit 1065cc1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"quick-test":"mocha --config .mocharc.js --spec 'e2e/dev/*.test.ts'",
"check-errors": "tsc --noemit",
"test": "mocha --config .mocharc.js --spec 'tests/**/*.test.ts'",
"test-e2e": "mocha --config .mocharc.js --timeout 1000000 --spec 'e2e/dev/alldirection.test.ts'",
"test-e2e": "mocha --config .mocharc.js --timeout 1000000 --spec 'e2e/dev/all-editor-action.test.ts'",
"precommit": "no-master-commits -b master",
"format": "prettier --write \"**/*.{ts,tsx}\"",
"format-scss": "stylelint \"**/*.scss\" --fix",
Expand Down

0 comments on commit 1065cc1

Please sign in to comment.