Skip to content
This repository was archived by the owner on Jul 29, 2024. It is now read-only.

Commit e9e7899

Browse files
fpipitajuliemr
authored andcommitted
test(configParser): removed unneeded "new" operator
1 parent a2c7a4b commit e9e7899

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/unit/config_test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ describe('the config parser', function() {
4949
}
5050
};
5151

52-
var specs = new ConfigParser.getSpecs(config);
52+
var specs = ConfigParser.getSpecs(config);
5353

5454
expect(specs).toEqual(['foo.spec.js', 'bar.spec.js']);
5555
});

0 commit comments

Comments
 (0)