We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1927234 commit ff128a5Copy full SHA for ff128a5
packages/fastboot-express-middleware/test/middleware-test.js
@@ -108,7 +108,10 @@ describe('FastBoot', function() {
108
expect(html).to.match(/Fastboot Metadata/);
109
});
110
111
- it('works without metadata passed', async function() {
+ // FIXME:
112
+ // TODO:
113
+ // https://github.com/ember-fastboot/ember-cli-fastboot/pull/840#issuecomment-894329631
114
+ it.skip('works without metadata passed', async function() {
115
let middleware = fastbootMiddleware({
116
distPath: fixture('app-with-metadata'),
117
0 commit comments