File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ const path = require('path')
1111
1212module .exports = {
1313 dev: {
14- / Paths
14+ // Paths
1515 assetsSubDirectory: ' static' ,
1616 assetsPublicPath: ' /' ,
1717 proxyTable: {},
Original file line number Diff line number Diff line change 2121│ │ ├── eslintrc # config file for eslint with extra settings only for unit tests
2222│ │ ├── index.js # test build entry file
2323│ │ ├── jest.conf.js # Config file when using Jest for unit tests
24- │ │ └ ── karma.conf.js # test runner config file when using Karma for unit tests
25- │ │ ├ ── setup.js # file that runs before Jest runs your unit tests
24+ │ │ ├ ── karma.conf.js # test runner config file when using Karma for unit tests
25+ │ │ └ ── setup.js # file that runs before Jest runs your unit tests
2626│ └── e2e/ # e2e tests
2727│ │ ├── specs/ # test spec files
2828│ │ ├── custom-assertions/ # custom assertions for e2e tests
You can’t perform that action at this time.
0 commit comments