1
0
mirror of https://github.com/uetchy/namae.git synced 2025-09-10 18:16:37 +09:00

feat(api): typescript

This commit is contained in:
2019-08-30 16:40:22 +09:00
parent 6fbd0346d0
commit f2e45bac4b
24 changed files with 340 additions and 878 deletions

View File

@@ -1,4 +1,7 @@
module.exports = {
automock: false,
setupFiles: ['./setupJest.js'],
setupFiles: ['./setupJest.ts'],
testEnvironment: 'node',
preset: 'ts-jest',
testPathIgnorePatterns: ['/dist/'],
}