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 1597053 commit 740c5cdCopy full SHA for 740c5cd
tests/main.js
@@ -1,9 +1,9 @@
1
import assert from "assert";
2
3
-describe("hassu", function () {
+describe("funny", function () {
4
it("package.json has correct name", async function () {
5
const { name } = await import("../package.json");
6
- assert.strictEqual(name, "hassu");
+ assert.strictEqual(name, "funny");
7
});
8
9
if (Meteor.isClient) {
0 commit comments