chore: add jest global variables (#42573)
This commit is contained in:
@@ -1,4 +1,3 @@
|
||||
/* global expect */
|
||||
const extractCSSComments = require('./extract-css-comments');
|
||||
|
||||
const someHTMLWithCSS = `<body>
|
||||
|
@@ -1,4 +1,3 @@
|
||||
/* global expect */
|
||||
const extractHTMLComments = require('./extract-html-comments');
|
||||
|
||||
const someHTML = `<body>
|
||||
|
@@ -1,4 +1,3 @@
|
||||
/* global expect */
|
||||
const extractJSComments = require('./extract-js-comments');
|
||||
|
||||
const someJS = `
|
||||
|
@@ -1,4 +1,3 @@
|
||||
/* global expect */
|
||||
const extractJSXComments = require('./extract-jsx-comments');
|
||||
|
||||
const someJSX = `<Link
|
||||
|
@@ -1,4 +1,3 @@
|
||||
/* global expect */
|
||||
const extractScriptJSComments = require('./extract-script-js-comments');
|
||||
|
||||
const inlineComments = `<body>
|
||||
|
@@ -1,4 +1,3 @@
|
||||
/* global expect */
|
||||
const { sortChallenges } = require('./sort-challenges');
|
||||
|
||||
const challenges = [
|
||||
|
Reference in New Issue
Block a user