Add a placeholder GitHub package

This will serve as something to build testing/TypeScript tooling around
This commit is contained in:
Jonathan Clem
2019-04-19 14:53:42 -04:00
parent a044bf542b
commit 97bc7918f4
6 changed files with 2984 additions and 0 deletions

View File

@@ -1,7 +1,21 @@
{
"name": "root",
"private": true,
"scripts": {
"test": "jest"
},
"jest": {
"clearMocks": true,
"roots": [
"<rootDir>/packages"
],
"testEnvironment": "node",
"testRunner": "jest-circus/runner",
"verbose": true
},
"devDependencies": {
"jest": "^24.7.1",
"jest-circus": "^24.7.1",
"lerna": "^3.13.3"
}
}