Skip to content

Commit

Permalink
refactor(commands): remove commands related to tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jlenon7 committed Jul 7, 2022
1 parent bbb956c commit bbb452f
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 235 deletions.
10 changes: 9 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@athenna/artisan",
"version": "1.3.1",
"version": "1.3.2",
"description": "The Athenna CLI application. Built on top of commander.",
"license": "MIT",
"author": "João Lenon <[email protected]>",
Expand Down Expand Up @@ -35,6 +35,14 @@
"exports": {
".": "./src/index.js",
"./facades/Artisan": "./src/Facades/Log.js",
"./commands/List": "./src/Commands/List.js",
"./commands/Serve": "./src/Commands/Serve.js",
"./commands/Eslint": "./src/Commands/Eslint/Fix.js",
"./commands/Make/Command": "./src/Commands/Make/Command.js",
"./commands/Make/Exception": "./src/Commands/Make/Exception.js",
"./commands/Make/Facade": "./src/Commands/Make/Facade.js",
"./commands/Make/Provider": "./src/Commands/Make/Provider.js",
"./commands/Make/Service": "./src/Commands/Make/Service.js",
"./providers/ArtisanProvider": "./src/Providers/ArtisanProvider.js"
},
"imports": {
Expand Down
76 changes: 0 additions & 76 deletions src/Commands/Make/Test.js

This file was deleted.

82 changes: 0 additions & 82 deletions src/Commands/Test.js

This file was deleted.

2 changes: 0 additions & 2 deletions src/Helpers/ArtisanLoader.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,9 @@ export class ArtisanLoader {
*/
static loadCommands() {
return [
import('#src/Commands/Test'),
import('#src/Commands/List'),
import('#src/Commands/Serve'),
import('#src/Commands/Eslint/Fix'),
import('#src/Commands/Make/Test'),
import('#src/Commands/Make/Facade'),
import('#src/Commands/Make/Service'),
import('#src/Commands/Make/Command'),
Expand Down
7 changes: 0 additions & 7 deletions templates/__name__Test.js.ejs

This file was deleted.

67 changes: 0 additions & 67 deletions tests/Unit/Commands/Make/TestTest.js

This file was deleted.

0 comments on commit bbb452f

Please sign in to comment.