mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-06-06 15:49:01 +02:00
Merge pull request #3224 from overleaf/ta-frontend-tests-lint
Run Lint Test Rules on Frontend Tests GitOrigin-RevId: 03d3618eab2c6d2822233607da3ffa64ac132cd0
This commit is contained in:
@@ -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
|
||||
},
|
||||
|
||||
@@ -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 = `
|
||||
|
||||
Reference in New Issue
Block a user