mirror of
https://github.com/flarum/core.git
synced 2025-08-04 23:47:32 +02:00
feat(jest): mithril component testing (#3679)
* feat(jest): create jest config package for unit testing * chore: housekeeping * fix: now we need to explicitly allow importing without extension * fix: recover EditorDriverInterface import * feat(jest): mithril component testing * fix: use separate `tsconfig.test.json` Signed-off-by: Sami Mazouz <sychocouldy@gmail.com>
This commit is contained in:
@@ -5,6 +5,7 @@ import fs from 'fs';
|
||||
import jquery from 'jquery';
|
||||
import m from 'mithril';
|
||||
import flatten from 'flat';
|
||||
import './test-matchers';
|
||||
|
||||
// Boot the Flarum app.
|
||||
function bootApp() {
|
||||
|
Reference in New Issue
Block a user