jest: do not test built files

master
Laura Liberda 2021-02-26 00:47:02 +01:00
parent 640ba3616f
commit 6bced576bf
1 changed files with 1 additions and 0 deletions

View File

@ -1,4 +1,5 @@
module.exports = {
preset: 'ts-jest',
testEnvironment: 'node',
rootDir: 'src',
};