Skip to content

Commit

Permalink
Merge pull request #153 from AthennaIO/develop
Browse files Browse the repository at this point in the history
Improve artisan child processes
  • Loading branch information
jlenon7 authored Sep 27, 2023
2 parents cae477d + 1343981 commit 1593c8d
Show file tree
Hide file tree
Showing 75 changed files with 2,086 additions and 1,583 deletions.
43 changes: 0 additions & 43 deletions bin/artisan.ts

This file was deleted.

58 changes: 0 additions & 58 deletions bin/console.ts

This file was deleted.

5 changes: 1 addition & 4 deletions bin/test.ts
Original file line number Diff line number Diff line change
@@ -1,18 +1,15 @@
/**
* @athenna/common
* @athenna/artisan
*
* (c) João Lenon <[email protected]>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/

import { Config } from '@athenna/config'
import { command } from '#src/testing/plugins/index'
import { Runner, assert, specReporter } from '@athenna/test'

Config.set('meta', import.meta.url)

await Runner.setTsEnv()
.addPlugin(assert())
.addPlugin(command())
Expand Down
Loading

0 comments on commit 1593c8d

Please sign in to comment.