Enable eslint-plugin-jest, eslint-plugin-cypress and wider scan

This commit is contained in:
Matthieu MOREL
2021-11-18 19:17:00 +01:00
committed by MOREL Matthieu
parent 4089ee8786
commit d84be0d792
101 changed files with 2856 additions and 2830 deletions

View File

@@ -1,12 +1,11 @@
/* eslint-env jasmine */
describe('when parsing an info graph it', function() {
describe('when parsing an info graph it', function () {
var ex;
beforeEach(function() {
beforeEach(function () {
ex = require('./parser/info').parser;
ex.yy = require('./infoDb');
});
it('should handle an info definition', function() {
it('should handle an info definition', function () {
var str = `info
showInfo`;