Skip to content

Commit

Permalink
Rebase, allow all try:each scenarios to pass
Browse files Browse the repository at this point in the history
  • Loading branch information
drewlee committed Apr 19, 2021
1 parent 9c314a0 commit a3d9498
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/dummy/app/components/violations-grid-item.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// Temporary until Ember 3.8 & 3.12 support is dropped,
// afterwhich can be replaced w/templateOnly.
/* eslint-disable ember/no-empty-glimmer-component-classes */
import Component from '@glimmer/component';

export default class ViolationsGridItem extends Component {}
3 changes: 3 additions & 0 deletions tests/dummy/app/components/x-paragraph.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// Temporary until Ember 3.8 & 3.12 support is dropped,
// afterwhich can be replaced w/`templateOnly()`.
/* eslint-disable ember/no-empty-glimmer-component-classes */
import Component from '@glimmer/component';

export default class XParagraph extends Component {}

0 comments on commit a3d9498

Please sign in to comment.