/
githubmirror
/
amphtml
Обзор
Документация
Войти
/
githubmirror
/
amphtml
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
build-system/tasks/visual-diff/consts.js
15 строк
323 B
Daniel Rozenberg
🏗 Add dev-mode for `amp visual-diff` and split code into modules (#36673)
02 ноя 2021, 23:43
Не верифицирован
02 ноя 2021, 23:43
7a44c3f
Код
Авторство
О чём код?
'use strict'; const {PORT} = require('../serve'); const HOST = 'localhost'; // Base tests do not run any special code other than loading the page. Use this // no-op function instead of null for easier type checking. const BASE_TEST_FUNCTION = async () => {}; module.exports = { BASE_TEST_FUNCTION, HOST, PORT, };