summaryrefslogtreecommitdiffstats
path: root/tests/.eslintrc.js
blob: b12f29ba0eafe9334d2d6482957376d3fcbe1f6a (plain)
1
2
3
4
5
6
module.exports = {
	env: {
		mocha: true,
		jest: true
	}
}