We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 681a9cd commit 55c1c0dCopy full SHA for 55c1c0d
test/index.html.test.js renamed to test/indexTest.js
@@ -1,3 +1,5 @@
1
+require ( './helpers.js' );
2
+
3
const chai = require("chai");
4
chai.use(require("chai-dom"));
5
const { expect } = chai;
0 commit comments