Add newline at end of jest config

This commit is contained in:
Andre Perunicic 2022-09-18 01:39:37 -04:00
parent dcbef731c6
commit b11bbb7480

View file

@ -2,4 +2,4 @@
module.exports = {
preset: 'ts-jest',
testEnvironment: 'node',
};
};