mirror of
https://github.com/aleleba/run-app-from-cdn.git
synced 2026-03-13 20:16:44 -06:00
PR-220602: Adding first commit.
This commit is contained in:
5
jest.config.js
Normal file
5
jest.config.js
Normal file
@@ -0,0 +1,5 @@
|
||||
module.exports = {
|
||||
preset: 'ts-jest',
|
||||
testEnvironment: 'node',
|
||||
testMatch: ['**/__tests__/**/*.ts', '**/?(*.)+(spec|test).ts'],
|
||||
};
|
||||
Reference in New Issue
Block a user