/
githubmirror
/
tesseract.js
Обзор
Документация
Войти
/
githubmirror
/
tesseract.js
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
scripts/test-helper.mjs
8 строк
211 B
Balearica
Reworked tests to run on Chrome and Firefox, and fix #1014 and #1010 (#1015)
07 апр 2025, 11:02
Не верифицирован
07 апр 2025, 11:02
68c1c96
Код
Авторство
О чём код?
import expect from 'expect.js'; import fs from 'fs'; // eslint-disable-next-line import/extensions import Tesseract from '../src/index.js'; global.Tesseract = Tesseract; global.expect = expect; global.fs = fs;