Skip to content

Commit

Permalink
update test
Browse files Browse the repository at this point in the history
  • Loading branch information
Diablohu committed Apr 3, 2019
1 parent 5a20b46 commit e84ba06
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 16 deletions.
2 changes: 2 additions & 0 deletions test/cases/react-isomorphic/need-in-order.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -281,6 +281,8 @@ const doTest = async (port, settings = {}) => {

// TODO: 测试: 访问全局子路由 (例: 路由配置了 /a,强行访问 /a/b)

// TODO: 测试: 同一个通配路由,访问另一个URL,检查同构结果 (connect component 是否可用)

await browser.close()
}

Expand Down
16 changes: 8 additions & 8 deletions test/projects/simple/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,15 +38,15 @@
"koot-webpack": "file:../../../packages/koot-webpack"
},
"devDependencies": {
"@babel/core": "7.4.0",
"@babel/core": "7.4.3",
"@babel/plugin-proposal-class-properties": "7.4.0",
"@babel/plugin-proposal-decorators": "7.4.0",
"@babel/plugin-proposal-object-rest-spread": "7.4.0",
"@babel/plugin-proposal-object-rest-spread": "7.4.3",
"@babel/plugin-syntax-dynamic-import": "7.2.0",
"@babel/plugin-transform-regenerator": "7.4.0",
"@babel/plugin-transform-runtime": "7.4.0",
"@babel/polyfill": "7.4.0",
"@babel/preset-env": "7.4.2",
"@babel/plugin-transform-regenerator": "7.4.3",
"@babel/plugin-transform-runtime": "7.4.3",
"@babel/polyfill": "7.4.3",
"@babel/preset-env": "7.4.3",
"@babel/preset-flow": "7.0.0",
"@babel/preset-react": "7.0.0",
"@babel/register": "7.4.0",
Expand All @@ -56,7 +56,7 @@
"chalk": "2.4.2",
"classlist-polyfill": "1.2.0",
"cli-spinners": "2.0.0",
"commander": "2.19.0",
"commander": "2.20.0",
"cookie": "0.3.1",
"copy-webpack-plugin": "5.0.2",
"copyfiles": "2.1.0",
Expand Down Expand Up @@ -90,7 +90,7 @@
"mini-css-extract-plugin": "0.5.0",
"npm-run-script": "0.0.4",
"opn": "5.5.0",
"ora": "3.2.0",
"ora": "3.4.0",
"os-locale": "3.1.0",
"pm2": "3.3.1",
"portfinder": "1.0.20",
Expand Down
16 changes: 8 additions & 8 deletions test/projects/standard/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,15 +52,15 @@
"koot-webpack": "file:../../../packages/koot-webpack"
},
"devDependencies": {
"@babel/core": "7.4.0",
"@babel/core": "7.4.3",
"@babel/plugin-proposal-class-properties": "7.4.0",
"@babel/plugin-proposal-decorators": "7.4.0",
"@babel/plugin-proposal-object-rest-spread": "7.4.0",
"@babel/plugin-proposal-object-rest-spread": "7.4.3",
"@babel/plugin-syntax-dynamic-import": "7.2.0",
"@babel/plugin-transform-regenerator": "7.4.0",
"@babel/plugin-transform-runtime": "7.4.0",
"@babel/polyfill": "7.4.0",
"@babel/preset-env": "7.4.2",
"@babel/plugin-transform-regenerator": "7.4.3",
"@babel/plugin-transform-runtime": "7.4.3",
"@babel/polyfill": "7.4.3",
"@babel/preset-env": "7.4.3",
"@babel/preset-flow": "7.0.0",
"@babel/preset-react": "7.0.0",
"@babel/register": "7.4.0",
Expand All @@ -70,7 +70,7 @@
"chalk": "2.4.2",
"classlist-polyfill": "1.2.0",
"cli-spinners": "2.0.0",
"commander": "2.19.0",
"commander": "2.20.0",
"cookie": "0.3.1",
"copy-webpack-plugin": "5.0.2",
"copyfiles": "2.1.0",
Expand Down Expand Up @@ -104,7 +104,7 @@
"mini-css-extract-plugin": "0.5.0",
"npm-run-script": "0.0.4",
"opn": "5.5.0",
"ora": "3.2.0",
"ora": "3.4.0",
"os-locale": "3.1.0",
"pm2": "3.3.1",
"portfinder": "1.0.20",
Expand Down

0 comments on commit e84ba06

Please sign in to comment.