mirror of
https://github.com/JamesIves/github-pages-deploy-action.git
synced 2023-12-15 20:03:39 +08:00
js > ts
This commit is contained in:
parent
169bdd29ec
commit
d594b42744
@ -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,5 +8,5 @@ module.exports = {
|
||||
'^.+\\.ts$': 'ts-jest'
|
||||
},
|
||||
verbose: true,
|
||||
setupFiles: ["<rootDir>/__tests__/env.js"]
|
||||
setupFiles: ["<rootDir>/__tests__/env.ts"]
|
||||
}
|
Loading…
Reference in New Issue
Block a user