diff --git a/services/web/.eslintrc b/services/web/.eslintrc index b3a32c1646..0ec2f7b6ec 100644 --- a/services/web/.eslintrc +++ b/services/web/.eslintrc @@ -35,7 +35,7 @@ // NOTE: changing paths may require updating them in the Makefile too. { // Test specific rules - "files": ["**/test/*/src/**/*.js"], + "files": ["**/test/*/src/**/*.js", "**/test/**/*.test.js"], "globals": { "expect": true }, diff --git a/services/web/test/frontend/features/outline/outline-parser.test.js b/services/web/test/frontend/features/outline/outline-parser.test.js index dbb78598aa..6618735dd8 100644 --- a/services/web/test/frontend/features/outline/outline-parser.test.js +++ b/services/web/test/frontend/features/outline/outline-parser.test.js @@ -5,7 +5,7 @@ import { nestOutline } from '../../../../frontend/js/features/outline/outline-parser' -describe.only('OutlineParser', function() { +describe('OutlineParser', function() { describe('matchOutline', function() { it('matches all levels', function() { const content = `