-
Notifications
You must be signed in to change notification settings - Fork 293
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Please read [contributing guidelines](CONTRIBUTING.md) and remove this line.
- Loading branch information
1 parent
e515e6e
commit 79e49c9
Showing
6 changed files
with
24 additions
and
36 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,7 @@ | ||
{ | ||
"require": "ts-node/register", | ||
"extensions": [ | ||
"ts" | ||
], | ||
"spec": [ | ||
"./src/**/!(indexeddb)/*.test.ts" | ||
], | ||
"node-option": [ | ||
"experimental-specifier-resolution=node", | ||
"loader=ts-node/esm" | ||
], | ||
"extensions": ["ts"], | ||
"spec": ["./src/**/!(indexeddb)/*.test.ts"], | ||
"node-option": ["experimental-specifier-resolution=node", "loader=ts-node/esm"], | ||
"timeout": 30000 | ||
} | ||
} |
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 |
---|---|---|
@@ -1,5 +1,5 @@ | ||
{ | ||
"scripts": { | ||
"test": "yarn test:node && yarn test:browser" | ||
} | ||
} | ||
"scripts": { | ||
"test": "yarn test:node && yarn test:browser" | ||
} | ||
} |
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
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 |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"scripts": { | ||
"build": "yarn clean && yarn generate && tsc -b", | ||
"clean": "rm -rf ./dest .tsbuildinfo ./src/config/package_info.ts", | ||
"generate": "node ./scripts/generate_package_info.js" | ||
} | ||
} | ||
"scripts": { | ||
"build": "yarn clean && yarn generate && tsc -b", | ||
"clean": "rm -rf ./dest .tsbuildinfo ./src/config/package_info.ts", | ||
"generate": "node ./scripts/generate_package_info.js" | ||
} | ||
} |
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