diff --git a/tools/tests/apps/modules/tests.js b/tools/tests/apps/modules/tests.js index 3ea26630bf..1f9d43a6ef 100644 --- a/tools/tests/apps/modules/tests.js +++ b/tools/tests/apps/modules/tests.js @@ -275,8 +275,8 @@ describe("Meteor packages", () => { }); }); -describe("JSX syntax", () => { - it("should work in .js files on both client and server", () => { +describe("ecmascript miscellany", () => { + it("JSX should work in .js files on both client and server", () => { const React = { createElement: function (name, attrs, children) { assert.strictEqual(name, "div"); @@ -288,15 +288,19 @@ describe("JSX syntax", () => { assert.strictEqual(