Skip to content

Commit

Permalink
fix js test
Browse files Browse the repository at this point in the history
  • Loading branch information
patricklx authored Mar 7, 2024
1 parent 2cb7c17 commit 8163eeb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/process.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ describe(`process`, function () {

expect(output).to.equalCode(
`import { template } from "@ember/template-compiler";
let Foo = class Foo extends Component {
class Foo extends Component {
greeting = 'Hello';
static{
template(\`{{this.greeting}}, \\\`lifeform\\\`!\`, {
Expand Down

0 comments on commit 8163eeb

Please sign in to comment.