You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
assert(einstanceofAssertionError,"e is not instanceof AssertionError");
20
+
expect(e.message).toContain("This GitLab CI configuration is invalid: jobs:test-job when:never can only be used in a rules section or workflow:rules");
21
+
return;
22
+
}
23
+
24
+
thrownewError("Error is expected but not thrown/caught");
0 commit comments