/
githubmirror
/
markdown-here
Обзор
Документация
Войти
/
githubmirror
/
markdown-here
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
src/common/test/test-run.js
12 строк
384 B
Adam Pritchard
remove jQuery
30 июн 2025, 14:19
30 июн 2025, 14:19
69b3808
Код
Авторство
О чём код?
/* * Copyright Adam Pritchard 2013 * MIT License : https://adampritchard.mit-license.org/ */ document.addEventListener('DOMContentLoaded', function() { mocha // I'm not sure what introduces the global "schemaTypes", but it's not // Markdown Here and it causes an error on one of my Chrome instances. .globals([ 'schemaTypes' ]) // acceptable globals .run(); });