chore: migrate tests to typescript

This commit is contained in:
Justin Starry
2021-03-15 13:08:10 +08:00
committed by Justin Starry
parent f912c63b22
commit 8ada44456d
27 changed files with 242 additions and 825 deletions

View File

@ -27,8 +27,8 @@ function generateConfig(configType, format) {
}),
generateTypescript
? typescript({
browserslist: false,
})
browserslist: false,
})
: undefined,
babel({
exclude: '**/node_modules/**',