nativefier/jest.config.js

5 lines
96 B
JavaScript

module.exports = {
testMatch: ['**/src/**/?(*.)(test).js?(x)'],
testEnvironment: 'node',
};