forked from GitHub/gf-core
Add proper tests, exception handling, implement getAbstractName
This commit is contained in:
5
src/runtime/javascript/jest.config.js
Normal file
5
src/runtime/javascript/jest.config.js
Normal file
@@ -0,0 +1,5 @@
|
||||
/** @type {import('ts-jest/dist/types').InitialOptionsTsJest} */
|
||||
module.exports = {
|
||||
preset: 'ts-jest',
|
||||
testEnvironment: 'node'
|
||||
};
|
||||
Reference in New Issue
Block a user