Skip to content

Commit

Permalink
Add missing v2-compatible-reset.less
Browse files Browse the repository at this point in the history
  • Loading branch information
yesmeck committed Dec 5, 2017
1 parent 2e45074 commit 28d13e2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@
"@types/react": "^16.0.0",
"@types/react-dom": "^16.0.0",
"ansi-styles": "^3.2.0",
"antd-tools": "^4.0.1",
"antd-tools": "^4.0.6",
"babel-cli": "^6.18.0",
"babel-eslint": "^8.0.1",
"babel-plugin-import": "^1.0.0",
Expand Down
3 changes: 2 additions & 1 deletion tests/dekko/lib.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@ $('lib/*')

$('lib/*/style')
.hasFile('css.js')
.hasFile('index.js');
.hasFile('index.js')
.hasFile('v2-compatible-reset.less.css');

This comment has been minimized.

Copy link
@afc163

afc163 Dec 5, 2017

Member

should be v2-compatible-reset.css?

This comment has been minimized.

Copy link
@yesmeck

yesmeck Dec 5, 2017

Author Member

😅


// eslint-disable-next-line
console.log('`lib` directory is valid.');
Expand Down

0 comments on commit 28d13e2

Please sign in to comment.