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 ac8c8c5 commit 13dfa53
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 @@ -172,7 +172,7 @@ describe("get-babel-options", function () {
this.addon.project
);

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

0 comments on commit 13dfa53

Please sign in to comment.