CommunitySolidServer/test/.eslintrc.js
2020-05-25 10:07:38 +02:00

6 lines
50 B
JavaScript

module.exports = {
env: {
jest: true
}
};