Skip to content

Commit

Permalink
Lint:fix
Browse files Browse the repository at this point in the history
  • Loading branch information
NullVoxPopuli committed Feb 9, 2024
1 parent ec84367 commit 5468ab9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/fixes/typescript.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,6 @@ describe('fixReferences', () => {
});

describe('https://github.com/machty/ember-concurrency/issues/564', () => {

test('declarations/helpers/cancel-all.d.ts', () => {
let code = stripIndent`
/// <reference types="ember-source/types/preview/@ember/component/-private/signature-utils" />
Expand Down Expand Up @@ -138,5 +137,5 @@ describe('fixReferences', () => {
import { Environment } from './external/environment';"
`);
});
})
});
});

0 comments on commit 5468ab9

Please sign in to comment.