/
githubmirror
/
webpack
Обзор
Документация
Войти
/
githubmirror
/
webpack
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
test/configCases/parsing/context/index.js
5 строк
346 B
Bazyli Brzóska
migrate should to expect, part 1
27 янв 2018, 00:51
27 янв 2018, 00:51
5a8083a
Код
Авторство
О чём код?
it("should automatically create contexts", function() { var template = "tmpl", templateFull = "./tmpl.js"; expect(require("../../../cases/parsing/context/templates/templateLoader")(templateFull)).toBe("test template"); expect(require("../../../cases/parsing/context/templates/templateLoaderIndirect")(templateFull)).toBe("test template"); });