Skip to content
This repository was archived by the owner on Jul 23, 2021. It is now read-only.

Commit b67b2e2

Browse files
authored
Rename ./rescources/jest to ./resources/jest.sh (#19)
* Rename ./rescources/jest to ./resources/jest.sh * Oops * Update permissions * LF
1 parent 45196e3 commit b67b2e2

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"lint:ts": "tslint \"__tests__/**/*.ts\"",
3535
"lint:js": "eslint \"{__tests__,src,pages/src,pages/lib}/**/*.js\"",
3636
"format": "prettier --single-quote --trailing-comma=es5 --write \"{__tests__,src,pages/src,pages/lib,perf,resources}/**/*{\\.js,\\.ts}\"",
37-
"testonly": "./resources/jest",
37+
"testonly": "./resources/jest.sh",
3838
"test": "run-s format build lint testonly test:types:*",
3939
"test:travis": "npm run test && ./resources/check-changes",
4040
"test:types:ts": "tsc ./type-definitions/Immutable.d.ts --lib es2015 && dtslint type-definitions/ts-tests",
File renamed without changes.

0 commit comments

Comments
 (0)