Skip to content
Snippets Groups Projects
jest.config.js 50 B
Newer Older
module.exports = {
    testEnvironment: 'node'
};