/
githubmirror
/
webpack
Обзор
Документация
Войти
/
githubmirror
/
webpack
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
test/configCases/plugins/progress-plugin/index.js
8 строк
300 B
Tobias Koppers
do cache related tasks after calling handler in watching
01 авг 2020, 10:00
01 авг 2020, 10:00
ca369f2
Код
Авторство
О чём код?
it("should contain the custom progress messages", function () { var data = require("data"); expect(data).toContain("sealing|optimizing"); expect(data).toContain("sealing|optimizing|CustomPlugin"); expect(data).toContain( "sealing|optimizing|CustomPlugin|custom category|custom message" ); });