2
2
mirror of https://github.com/Llewellynvdm/nativefier.git synced 2024-06-12 00:52:20 +00:00
nativefier/jest.config.js

5 lines
96 B
JavaScript
Raw Normal View History

2018-05-24 06:34:18 +00:00
module.exports = {
testMatch: ['**/src/**/?(*.)(test).js?(x)'],
testEnvironment: 'node',
};