-
-
Notifications
You must be signed in to change notification settings - Fork 111
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(common): rename
common/web/types/test
to .../tests
Addresses code review comment.
- Loading branch information
1 parent
c27ac9e
commit cbbb643
Showing
16 changed files
with
8 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -88,7 +88,7 @@ function do_test() { | |
fi | ||
|
||
eslint . | ||
tsc --build test | ||
tsc --build tests | ||
|
||
readonly C8_THRESHOLD=60 | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -23,7 +23,7 @@ | |
"build": "tsc -b", | ||
"build:schema": "ajv compile", | ||
"lint": "eslint .", | ||
"test": "npm run lint && cd test && tsc -b && cd .. && c8 --skip-full --reporter=lcov --reporter=text mocha" | ||
"test": "npm run lint && cd tests && tsc -b && cd .. && c8 --skip-full --reporter=lcov --reporter=text mocha" | ||
}, | ||
"author": "Marc Durdin <[email protected]> (https://github.com/mcdurdin)", | ||
"license": "MIT", | ||
|
@@ -48,7 +48,7 @@ | |
"typescript": "^5.4.5" | ||
}, | ||
"mocha": { | ||
"spec": "build/test/**/*.tests.js", | ||
"spec": "build/tests/**/*.tests.js", | ||
"require": [ | ||
"source-map-support/register" | ||
] | ||
|
@@ -76,7 +76,7 @@ | |
"src/keyman-touch-layout/keyman-touch-layout-file-writer.ts", | ||
"src/osk/osk.ts", | ||
"src/schemas/*", | ||
"test/" | ||
"tests/" | ||
] | ||
}, | ||
"sideEffects": false | ||
|
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.