/
githubmirror
/
webpack
Обзор
Документация
Войти
/
githubmirror
/
webpack
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
test/watchCases/plugins/automatic-prefetch-plugin-9485/delayed.js
9 строк
234 B
Tobias Koppers
add test case
13 янв 2021, 14:45
13 янв 2021, 14:45
684d375
Код
Авторство
О чём код?
module.exports = function (source) { expect(source).toMatch(/^\}\)\]/); this.cacheable(false); return new Promise(resolve => { setTimeout(() => { resolve("module.exports = require('./foo/' + WATCH_STEP);"); }, 500); }); };