Skip to content

Commit d29cc0f

Browse files
committed
Remove only tag
1 parent 4870f55 commit d29cc0f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/core/condition_tree_evaluator/index.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ const conditionC = {
3434
value: 'CA',
3535
};
3636

37-
describe.only('lib/core/condition_tree_evaluator', function() {
37+
describe('lib/core/condition_tree_evaluator', function() {
3838
describe('APIs', function() {
3939
describe('evaluate', function() {
4040
it('should return true for a leaf condition when the leaf condition evaluator returns true', function() {

0 commit comments

Comments
 (0)