Skip to content
This repository was archived by the owner on Dec 15, 2022. It is now read-only.

Commit 0104d9a

Browse files
committed
Re-add async-test-helpers require
1 parent 32f99c8 commit 0104d9a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

spec/results-model-spec.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
const path = require("path");
44
const ResultsModel = require("../lib/project/results-model");
55
const FindOptions = require("../lib/find-options");
6+
const {beforeEach, it, fit, ffit, fffit} = require('./async-spec-helpers')
67

78
describe("ResultsModel", () => {
89
let editor, resultsModel, reporterSpy;

0 commit comments

Comments
 (0)