Skip to content

Commit 0081fc9

Browse files
author
ignace
committed
fix: remove assert on test
1 parent eafdc35 commit 0081fc9

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

node-tests/blueprints/component-test.js

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -332,15 +332,6 @@ describe('Blueprint: component', function () {
332332
it('component foo --strict', function () {
333333
return emberGenerateDestroy(['component', 'foo', '--strict'], (_file) => {
334334
expect(_file('app/components/foo.gjs')).to.equal(templateTagContents);
335-
336-
expect(_file('tests/integration/components/foo-test.gjs')).to.equal(
337-
fixture('component-test/rfc232.gjs', {
338-
replace: {
339-
component: 'foo',
340-
componentInvocation: 'Foo',
341-
},
342-
})
343-
);
344335
});
345336
});
346337

0 commit comments

Comments
 (0)