Skip to content

Commit

Permalink
update test to follow new convention
Browse files Browse the repository at this point in the history
  • Loading branch information
ef4 committed Apr 23, 2024
1 parent ae8d0f8 commit a4e6669
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/scenarios/compat-exclude-dot-files-test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ appScenarios
// but not be picked up in the entrypoint
expectAudit
.module('./node_modules/.embroider/rewritten-app/index.html')
.resolves('./assets/app-template.js')
.resolves('/assets/app-template.js')
.toModule()
.withContents(content => {
assert.notOk(/app-template\/\.foobar/.test(content), '.foobar is not in the entrypoint');
Expand Down

0 comments on commit a4e6669

Please sign in to comment.