marine/web-runtime/tests/nodejs/jest.config.js

6 lines
112 B
JavaScript
Raw Normal View History

module.exports = {
preset: 'ts-jest',
testEnvironment: 'node',
testPathIgnorePatterns: ['dist'],
};