/
githubmirror
/
webpack
Обзор
Документация
Войти
/
githubmirror
/
webpack
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
test/configCases/plugins/loader-options-plugin/index.js
11 строк
286 B
Bazyli Brzóska
migrate should to expect, part 1
27 янв 2018, 00:51
27 янв 2018, 00:51
5a8083a
Код
Авторство
О чём код?
it("should set correct options on js files", function() { expect(require("./loader!./index.js")).toEqual({ minimize: true, jsfile: true }); }); it("should set correct options on other files", function() { expect(require("./loader!./txt.txt")).toEqual({ minimize: true }); });