refactor: bring js-sandbox project to the monorepo
This commit is contained in:
6
packages/hoppscotch-js-sandbox/jest.config.js
Normal file
6
packages/hoppscotch-js-sandbox/jest.config.js
Normal file
@@ -0,0 +1,6 @@
|
||||
export default {
|
||||
preset: "ts-jest",
|
||||
testEnvironment: "node",
|
||||
collectCoverage: true,
|
||||
setupFilesAfterEnv: ['./jest.setup.ts'],
|
||||
}
|
||||
Reference in New Issue
Block a user