Skip to content

Commit

Permalink
chore(taro): with-weapp 加入 CI 测试
Browse files Browse the repository at this point in the history
test(with-weapp): 修复测试
  • Loading branch information
yuche committed Dec 18, 2019
1 parent 3affac6 commit dcd8bed
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"release:lerna": "lerna publish --force-publish=* --exact --skip-temp-tag",
"release:beta": "lerna publish --force-publish=* --exact --skip-temp-tag --preid=beta --npm-tag=beta",
"release": "npm-run-all build release:lerna && npm run changelog && node ./build/docs-version.js",
"test": "lerna run --scope eslint-plugin-taro --scope @tarojs/transformer-wx test"
"test": "lerna run --scope eslint-plugin-taro --scope @tarojs/transformer-wx --@scope @tarojs/with-weapp test"
},
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion packages/taro-with-weapp/__tests__/state.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -289,7 +289,7 @@ describe('state', () => {

delay(() => {
expect(spy.callCount).toBe(1)
expect(spy2.callCount).toBeTruthy(1)
expect(spy2.callCount).toBe(1)
done()
})
})
Expand Down

0 comments on commit dcd8bed

Please sign in to comment.