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
f13d365062
commit
5799dfafb1
@ -8,7 +8,7 @@ module.exports = {
|
||||
'^.+\\.ts$': 'ts-jest'
|
||||
},
|
||||
verbose: true,
|
||||
setupFiles: ['<rootDir>/__tests__/env.ts'],
|
||||
setupFiles: ['<rootDir>/__tests__/env.js'],
|
||||
collectCoverage: true,
|
||||
collectCoverageFrom: ['src/*.ts', '!src/constants.ts']
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user