Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
use existing test package
  • Loading branch information
suchitadoshi1987 committed Aug 2, 2021
commit a0dbd939753e4a0f2f852a67a537cbecf9a132d3
2 changes: 1 addition & 1 deletion packages/fastboot/test/fastboot-test.js
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ describe('FastBoot', function() {
});

return fastboot
.visit('/', { request: { headers: {} } })
.visit('/metadata', { request: { headers: {} } })
.then(r => r.html())
.then(html => {
expect(html).to.match(/test fastboot metadata/);
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Large diffs are not rendered by default.

This file was deleted.

This file was deleted.

Loading