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 4870f55 commit d29cc0fCopy full SHA for d29cc0f
lib/core/condition_tree_evaluator/index.spec.ts
@@ -34,7 +34,7 @@ const conditionC = {
34
value: 'CA',
35
};
36
37
-describe.only('lib/core/condition_tree_evaluator', function() {
+describe('lib/core/condition_tree_evaluator', function() {
38
describe('APIs', function() {
39
describe('evaluate', function() {
40
it('should return true for a leaf condition when the leaf condition evaluator returns true', function() {
0 commit comments