Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commita02f0ee

Browse files
committed
typo
1 parente672de0 commita02f0ee

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

‎test/checkbox.js‎

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ describe('checkbox', function() {
129129
assert.equal(answer.length,1);
130130
assert.equal(answer[0],'choice 1');
131131
cb();
132-
});
132+
})
133133
.catch(cb);
134134

135135
setImmediate(function(){
@@ -286,7 +286,7 @@ describe('checkbox', function() {
286286
});
287287
});
288288

289-
it('should support disabled as a function',function(){
289+
it('should support disabled as a function',function(cb){
290290
fixture.choices=[
291291
{
292292
name:'dis1',
@@ -301,6 +301,7 @@ describe('checkbox', function() {
301301
.then(function(){
302302
vardis1=last(prompt.choices.choices);
303303
assert.equal(dis1.disabled,true);
304+
cb();
304305
})
305306
.catch(cb);
306307

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp