Skip to content

Commit

Permalink
test: update test
Browse files Browse the repository at this point in the history
  • Loading branch information
Diablohu committed Mar 4, 2021
1 parent aed69fa commit 486039d
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
2 changes: 1 addition & 1 deletion test/projects/simple/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
"private": true,
"sideEffects": false,
"koot": {
"version": "0.15.0-alpha.3"
"version": "0.15.0-alpha.4"
},
"devDependencies": {
"@types/inquirer": "^7.3.1",
Expand Down
2 changes: 1 addition & 1 deletion test/projects/simple2/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
"private": true,
"sideEffects": false,
"koot": {
"version": "0.15.0-alpha.3"
"version": "0.15.0-alpha.4"
},
"devDependencies": {
"@types/inquirer": "^7.3.1",
Expand Down
5 changes: 5 additions & 0 deletions test/projects/standard/koot.config.old-0.6.js
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,10 @@ module.exports = {
},
aaa: 'bbb',
},
'ts-loader': {
context: __dirname,
configFile: path.resolve(__dirname, './tsconfog.json'),
},
},
},

Expand All @@ -194,6 +198,7 @@ module.exports = {
'~base.less': path.resolve('./src/constants/less/base.less'),
'~Assets': path.resolve('./src/assets'),
'~/': path.resolve('./src'),
react: path.resolve(__dirname, '../../../node_modules/react'),
},

/**
Expand Down
2 changes: 1 addition & 1 deletion test/projects/standard/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@
"private": true,
"sideEffects": false,
"koot": {
"version": "0.15.0-alpha.3"
"version": "0.15.0-alpha.4"
},
"devDependencies": {
"@types/inquirer": "^7.3.1",
Expand Down

0 comments on commit 486039d

Please sign in to comment.