chore: add jest global variables (#42573)
This commit is contained in:
@ -1,5 +1,3 @@
|
||||
/* global describe expect it */
|
||||
|
||||
const { getLines } = require('./get-lines');
|
||||
|
||||
const content = 'one\ntwo\nthree';
|
||||
|
@ -1,5 +1,3 @@
|
||||
/* global describe expect it */
|
||||
|
||||
const slugs = require('./slugs');
|
||||
|
||||
describe('dasherize', () => {
|
||||
|
@ -1,5 +1,3 @@
|
||||
/* global expect */
|
||||
|
||||
const { toSortedArray } = require('./sort-files');
|
||||
const { challengeFiles } = require('./__fixtures__/challenges');
|
||||
|
||||
|
@ -1,5 +1,3 @@
|
||||
/* global describe expect it */
|
||||
|
||||
const {
|
||||
isValidUsername,
|
||||
usernameTooShort,
|
||||
|
Reference in New Issue
Block a user