File tree 2 files changed +3
-3
lines changed
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')
11
11
12
12
module .exports = {
13
13
dev: {
14
- / Paths
14
+ // Paths
15
15
assetsSubDirectory: ' static' ,
16
16
assetsPublicPath: ' /' ,
17
17
proxyTable: {},
Original file line number Diff line number Diff line change 21
21
│ │ ├── eslintrc # config file for eslint with extra settings only for unit tests
22
22
│ │ ├── index.js # test build entry file
23
23
│ │ ├── 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
26
26
│ └── e2e/ # e2e tests
27
27
│ │ ├── specs/ # test spec files
28
28
│ │ ├── custom-assertions/ # custom assertions for e2e tests
You can’t perform that action at this time.
0 commit comments