2
2
mirror of https://github.com/Llewellynvdm/nativefier.git synced 2024-05-30 03:10:49 +00:00
nativefier/jest.config.js
2018-05-23 23:44:03 -07:00

5 lines
96 B
JavaScript

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