Skip to content

Commit

Permalink
this has been wrong
Browse files Browse the repository at this point in the history
  • Loading branch information
ef4 committed Dec 23, 2023
1 parent f4fa2f3 commit d1be0e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test-scenarios/leader-test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ Scenarios.fromProject(baseApp)
unit: {
'asset-test.js': `
import { module, test } from 'qunit';
import * as example from 'images/thing.png';
import example from 'images/thing.png';
module('Unit | webpack5', function () {
test('can use webpack5 asset loading', function (assert) {
Expand Down

0 comments on commit d1be0e5

Please sign in to comment.