Skip to content

Commit

Permalink
refactor: use @loopback/example-todo to test openapi 3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
raymondfeng committed Mar 15, 2019
1 parent fcc72ce commit 1fbc01b
Show file tree
Hide file tree
Showing 18 changed files with 81 additions and 533 deletions.
1 change: 0 additions & 1 deletion .eslintignore

This file was deleted.

4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -7,7 +7,6 @@
},
"main": "index.js",
"scripts": {
"pretest": "cd test/fixtures/lb4-ping-app && npm i && npm run build",
"lint": "eslint .",
"test": "mocha",
"posttest": "npm run lint"
Expand All @@ -19,11 +18,12 @@
"swagger-parser": "^6.0.5"
},
"devDependencies": {
"@loopback/example-todo": "^1.5.1",
"eslint": "^5.14.1",
"eslint-config-loopback": "^13.0.0",
"loopback": "^3.25.0",
"mocha": "^6.0.2",
"p-event": "^3.0.0",
"p-event": "^4.0.0",
"should": "^11.1.2"
},
"repository": {
Expand Down
64 changes: 0 additions & 64 deletions test/fixtures/lb4-ping-app/.gitignore

This file was deleted.

1 change: 0 additions & 1 deletion test/fixtures/lb4-ping-app/.npmrc

This file was deleted.

1 change: 0 additions & 1 deletion test/fixtures/lb4-ping-app/.yo-rc.json

This file was deleted.

3 changes: 0 additions & 3 deletions test/fixtures/lb4-ping-app/README.md

This file was deleted.

26 changes: 0 additions & 26 deletions test/fixtures/lb4-ping-app/index.js

This file was deleted.

6 changes: 0 additions & 6 deletions test/fixtures/lb4-ping-app/index.ts

This file was deleted.

45 changes: 0 additions & 45 deletions test/fixtures/lb4-ping-app/package.json

This file was deleted.

73 changes: 0 additions & 73 deletions test/fixtures/lb4-ping-app/public/index.html

This file was deleted.

40 changes: 0 additions & 40 deletions test/fixtures/lb4-ping-app/src/application.ts

This file was deleted.

9 changes: 0 additions & 9 deletions test/fixtures/lb4-ping-app/src/controllers/README.md

This file was deleted.

6 changes: 0 additions & 6 deletions test/fixtures/lb4-ping-app/src/controllers/index.ts

This file was deleted.

0 comments on commit 1fbc01b

Please sign in to comment.