Starting Latex tests.
This commit is contained in:
parent
14c092b9fa
commit
e35f6cebec
7 changed files with 164 additions and 9 deletions
|
@ -22,8 +22,10 @@ import { MockLatex } from "./mock/latex.mjs"
|
|||
|
||||
import { use } from "chai"
|
||||
import spies from "chai-spies"
|
||||
import promised from "chai-as-promised"
|
||||
|
||||
function setup() {
|
||||
use(promised)
|
||||
const { spy } = use(spies)
|
||||
|
||||
globalThis.Helper = new MockHelper()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue