mirror of
https://github.com/JamesIves/github-pages-deploy-action.git
synced 2023-12-15 20:03:39 +08:00
Formatting
This commit is contained in:
parent
271e20e0fa
commit
f13d365062
@ -1 +0,0 @@
|
||||
process.env.UNIT_TEST = "true"
|
1
__tests__/env.ts
Normal file
1
__tests__/env.ts
Normal file
@ -0,0 +1 @@
|
||||
process.env.UNIT_TEST = 'true'
|
@ -8,7 +8,7 @@ module.exports = {
|
||||
'^.+\\.ts$': 'ts-jest'
|
||||
},
|
||||
verbose: true,
|
||||
setupFiles: ["<rootDir>/__tests__/env.js"],
|
||||
setupFiles: ['<rootDir>/__tests__/env.ts'],
|
||||
collectCoverage: true,
|
||||
collectCoverageFrom: ['src/*.ts', '!src/constants.ts']
|
||||
}
|
Loading…
Reference in New Issue
Block a user