mirror of
https://git.mirrors.martin98.com/https://github.com/actions/toolkit
synced 2026-05-05 21:08:04 +08:00
Add a placeholder GitHub package
This will serve as something to build testing/TypeScript tooling around
This commit is contained in:
14
package.json
14
package.json
@@ -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"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user