jest: do not test built files

This commit is contained in:
Laura Liberda 2021-02-26 00:47:02 +01:00
parent 640ba3616f
commit 6bced576bf

View file

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