Skip to content

Commit

Permalink
update test
Browse files Browse the repository at this point in the history
  • Loading branch information
NullVoxPopuli committed Oct 3, 2023
1 parent 13dfa53 commit 7f18a2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion node-tests/get-babel-options-test.js
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ describe("get-babel-options", function () {
);

expect(plugins.length).to.equal(6, "class fields and decorators added");
expect(plugins[4]).to.equal(
expect(plugins[5]).to.equal(
"@babel/plugin-transform-typescript",
"typescript is now last"
);
Expand Down

0 comments on commit 7f18a2d

Please sign in to comment.