Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
patricklx authored Mar 21, 2024
1 parent 6741221 commit 1a1a150
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/core/__tests__/transform/rewrite.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -481,7 +481,6 @@ describe('Transform: rewriteModule', () => {

let transformedModule = rewriteModule(ts, { script }, customEnv);


expect(transformedModule?.transformedContents).toMatchInlineSnapshot(`
"import Component, { hbs } from 'special/component';
export default class MyComponent extends Component(({} as typeof import(\\"@glint/environment-ember-template-imports/-private/dsl\\")).templateExpression(function(𝚪, χ: typeof import(\\"@glint/environment-ember-template-imports/-private/dsl\\")) {
Expand Down

0 comments on commit 1a1a150

Please sign in to comment.