/
githubmirror
/
webpack
Обзор
Документация
Войти
/
githubmirror
/
webpack
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
test/configCases/layer/context/light.js
12 строк
353 B
alexander.akait
test: added
15 июн 2023, 23:19
15 июн 2023, 23:19
c24eb04
Код
Авторство
О чём код?
require.context('./test1', true, /\.less$/); require('./test2/shared.less'); it("should contain only white", function() { const fs = require("fs"); const path = require("path"); const source = fs.readFileSync(path.join(__dirname, "light.css"), "utf-8"); expect(source.match(/white/g)).toHaveLength(2); expect(source).not.toContain("black"); });