Skip to content

Commit 2b3aebd

Browse files
committed
chore: remove unused files
1 parent 6ff22ec commit 2b3aebd

File tree

6 files changed

+2
-45
lines changed

6 files changed

+2
-45
lines changed

.dockerignore

Lines changed: 0 additions & 2 deletions
This file was deleted.

.npmignore

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,6 @@ __tests__/
33
.github/
44
.vscode/
55
docs/
6-
.dockerignore
76
.eslintrc.js
8-
.travis.yml
9-
appveyor.yml
107
deployDocs.js
11-
docker-entrypoint.sh
12-
Dockerfile
13-
jest.config.js
14-
testSetup.js
15-
vue-cli-service-custom-1.tgz
16-
vue-cli-service-custom-2.tgz
17-
vue-cli-service-v3.0.0-rc.2.tgz
8+
jest.config.js

Dockerfile

Lines changed: 0 additions & 19 deletions
This file was deleted.
File renamed without changes.

docker-entrypoint.sh

Lines changed: 0 additions & 2 deletions
This file was deleted.

jest.config.js

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,6 @@
11
module.exports = {
2-
// moduleFileExtensions: ['js', 'json'],
3-
// transform: {
4-
// // '^.+\\.vue$': 'vue-jest',
5-
// // '.+\\.(css|styl|less|sass|scss|png|jpg|ttf|woff|woff2)$': 'jest-transform-stub',
6-
// '^.+\\.jsx?$': 'babel-jest'
7-
// }
8-
// moduleNameMapper: {
9-
// '^@/(.*)$': '<rootDir>/src/$1'
10-
// },
11-
// // snapshotSerializers: ['jest-serializer-vue'],
12-
// testMatch: ['<rootDir>/__tests__/**.spec.js']
132
testEnvironment: 'node',
14-
setupFiles: ['<rootDir>/testSetup.js'],
3+
setupFiles: ['<rootDir>/__tests__/setup.helper.js'],
154
testPathIgnorePatterns: [
165
'/node_modules/',
176
'/__tests__/projects/',

0 commit comments

Comments
 (0)