mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-20 18:18:56 +00:00
chore(util) rm " "
This commit is contained in:
parent
93b22b9fea
commit
307e7bd56c
1 changed files with 1 additions and 2 deletions
|
|
@ -138,7 +138,7 @@
|
|||
|
||||
});
|
||||
|
||||
describe('forEach', function() {
|
||||
describe('forEach', function() {
|
||||
it('should call arrays forEach on any type', function() {
|
||||
var str = '',
|
||||
obj = {
|
||||
|
|
@ -153,7 +153,6 @@
|
|||
});
|
||||
|
||||
str.should.be.equal('abc');
|
||||
|
||||
});
|
||||
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue