/
githubmirror
/
code-server
Обзор
Документация
Войти
/
githubmirror
/
code-server
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
v4.125.0
test/utils/cssStub.ts
5 строк
245 B
Joe Previte
refactor: create test/utils
12 мар 2021, 22:00
Не верифицирован
12 мар 2021, 22:00
cf6fdb9
Код
Авторство
О чём код?
// Note: this is needed for the register.test.ts // This is because inside src/browser/register.ts // we import CSS files, which Jest can't handle unless we tell it how to // See: https://stackoverflow.com/a/39434579/3015595 module.exports = {}