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

Commit74ffd33

Browse files
committed
change to.be.defined to to.not.be.undefined
1 parent9a63d87 commit74ffd33

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎_posts/tutorial-docs/2016-01-06-test-examples.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Here are examples using *mocha* with *chai*'s *expect*. See the [Chai/Expect doc
1212

1313
```js
1414
it('doesn\'t exist', ()=> {
15-
expect(target).to.be.defined;
15+
expect(target).to.not.be.undefined;
1616
});
1717
```
1818

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp