2
0
mirror of https://github.com/tenrok/maska.git synced 2026-06-05 16:42:28 +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;