cinny/jest.config.js

4 lines
50 B
JavaScript
Raw Normal View History

2022-10-01 20:34:22 +00:00
module.exports = {
testEnvironment: 'jsdom',
};