Skip to content

Commit a3f74a8

Browse files
committed
[util,spec:lint] 1.4 <~ 1.3. Lift up test linting
1 parent 7738674 commit a3f74a8

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "typed-props",
3-
"version": "1.3.0",
3+
"version": "1.4.0",
44
"description": "Facebook's PropTypes standalone extensible implementation for browser and server",
55
"main": "dist/node/index.js",
66
"types": "dist/types/",

test/types.spec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -677,7 +677,7 @@ describe('TypedProps', function() {
677677

678678
const type = Type.shape({
679679
user: {
680-
name: Type.string.isRequired
680+
name: Type.string.isRequired,
681681
},
682682
})
683683

0 commit comments

Comments
 (0)