Don't use describe.only in test
This commit is contained in:
committed by
Tom Payne
parent
15db1eb416
commit
94393c0050
@@ -74,7 +74,7 @@ describe('ol.array', function() {
|
||||
});
|
||||
});
|
||||
|
||||
describe.only('reverseSubArray', function() {
|
||||
describe('reverseSubArray', function() {
|
||||
it('returns expected value', function() {
|
||||
var arr;
|
||||
var expected = [1, 2, 3, 4, 5, 6];
|
||||
|
||||
Reference in New Issue
Block a user