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 62687c5 commit eb8a4f4Copy full SHA for eb8a4f4
packages/@ember/-internals/metal/tests/tracked/validation_test.js
@@ -56,6 +56,10 @@ moduleFor(
56
let tag = track(() => obj.first);
57
let snapshot = valueForTag(tag);
58
59
+ if (import.meta.env.VITE_STABLE_DECORATORS) {
60
+ throw new Error('intentionally failure to check CI');
61
+ }
62
+
63
let expectedInitialValue = import.meta.env.VITE_STABLE_DECORATORS
64
? 'first: undefined'
65
: 'first: second';
0 commit comments