avances en plantillas
This commit is contained in:
parent
0f84beacf1
commit
da0530d79b
2062 changed files with 598814 additions and 22 deletions
17
storage/public/dist/libs/countup.js/jest.config.js
vendored
Normal file
17
storage/public/dist/libs/countup.js/jest.config.js
vendored
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
module.exports = {
|
||||
roots: [
|
||||
'<rootDir>/src'
|
||||
],
|
||||
transform: {
|
||||
'^.+\\.ts?$': 'ts-jest'
|
||||
},
|
||||
testRegex: '(\\.|/)(test|spec)\\.ts?$',
|
||||
testEnvironment: 'jsdom',
|
||||
moduleFileExtensions: [
|
||||
'ts',
|
||||
'js',
|
||||
'jsx',
|
||||
'json',
|
||||
'node'
|
||||
]
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue