Skip to content
This repository was archived by the owner on Mar 28, 2022. It is now read-only.

Commit

Permalink
style: fix qiokian.test.js style issue
Browse files Browse the repository at this point in the history
  • Loading branch information
KnowsCount committed Jul 3, 2021
1 parent 7dccfad commit ca40ecf
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "qiokian",
"version": "2.2.12",
"version": "2.2.13",
"description": "🙊 live2d anime figure vuejs component.",
"main": "dist/qiokian.ssr.js",
"browser": "dist/qiokian.esm.js",
Expand Down
6 changes: 3 additions & 3 deletions tests/qiokian.test.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* @Date: 11/07/2016 16.00.01 +0800
* @Author: KnowsCount
* @LastEditTime: 28/06/2021 20.13.38 +0800
* @LastEditTime: 03/07/2021 17.47.17 +0800
* @FilePath: /qiokian/tests/qiokian.test.js
*/

Expand Down Expand Up @@ -30,10 +30,10 @@ describe('qiokian', function() {
expect(wrapper.find('div')).toBeTruthy()
})

it("renders correctly", () => {
it('renders correctly', () => {
expect(wrapper.html()).toMatchSnapshot()
wrapper.destroy()
});
})

// if (screen.width < 768) {
// expect(wrapper.find('button')).toBeFalsy()
Expand Down

0 comments on commit ca40ecf

Please sign in to comment.