chore: cleanup jest config

This commit is contained in:
DarkSky 2023-01-09 11:52:28 +08:00
parent 0179ad567e
commit 225dc61521
2 changed files with 0 additions and 6 deletions

View File

@ -1,5 +1,4 @@
**/webpack.config.js **/webpack.config.js
**/jest.config.js
**/scripts/*.js **/scripts/*.js
**/node_modules/** **/node_modules/**
.github/** .github/**

View File

@ -1,5 +0,0 @@
/** @type {import('ts-jest').JestConfigWithTsJest} */
module.exports = {
preset: 'ts-jest',
testEnvironment: 'node',
};