Skip to content

Commit

Permalink
Update scenarios usage for tracking test
Browse files Browse the repository at this point in the history
  • Loading branch information
NullVoxPopuli committed Feb 26, 2022
1 parent 1c9b310 commit d57cadc
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions tests/scenarios/glimmer-tracking-test.ts
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
import { appReleaseScenario } from './scenarios';
import { appScenarios } from './scenarios';
import { PreparedApp } from 'scenario-tester';
import QUnit from 'qunit';
import merge from 'lodash/merge';
const { module: Qmodule, test } = QUnit;

appReleaseScenario
appScenarios
.only('release')
.map('transform @glimmer/tracking', project => {
merge(project.files, {
app: {
Expand Down

0 comments on commit d57cadc

Please sign in to comment.