2
0
mirror of https://github.com/tenrok/maska.git synced 2026-05-15 11:59:38 +03:00
Files
maska/jest.config.js
T
Yury Mamedov 0cf4d7c7b8 #51 Added test,
switched jest env to jsdom,
lint fixed
2021-11-10 01:28:55 +03:00

5 lines
79 B
JavaScript

const config = {
testEnvironment: "jsdom",
};
module.exports = config;