mirror of
https://github.com/tenrok/maska.git
synced 2026-05-15 11:59:38 +03:00
0cf4d7c7b8
switched jest env to jsdom, lint fixed
5 lines
79 B
JavaScript
5 lines
79 B
JavaScript
const config = {
|
|
testEnvironment: "jsdom",
|
|
};
|
|
|
|
module.exports = config; |