marine/web-runtime/npm-package/jest.config.js

5 lines
88 B
JavaScript
Raw Permalink Normal View History

2022-01-23 23:15:44 +03:00
module.exports = {
testEnvironment: 'node',
testPathIgnorePatterns: ['src'],
};