1
0
forked from GitHub/gf-core

Add proper tests, exception handling, implement getAbstractName

This commit is contained in:
John J. Camilleri
2021-10-04 12:10:29 +02:00
parent 314db3ea7f
commit 45db11b669
8 changed files with 3323 additions and 98 deletions

View File

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