Skip to content

Commit

Permalink
test(unit): add empty test files
Browse files Browse the repository at this point in the history
  • Loading branch information
jlenon7 committed May 15, 2024
1 parent 8add181 commit 68d355b
Show file tree
Hide file tree
Showing 6 changed files with 50 additions and 0 deletions.
10 changes: 10 additions & 0 deletions tests/unit/drivers/DatabaseDriverTest.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
/**
* @athenna/queue
*
* (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.
*/

export class DatabaseDriverTest {}
8 changes: 8 additions & 0 deletions tests/unit/factories/ConnectionFactoryTest.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
/**
* @athenna/queue
*
* (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.
*/
8 changes: 8 additions & 0 deletions tests/unit/providers/QueueProviderTest.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
/**
* @athenna/queue
*
* (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.
*/
8 changes: 8 additions & 0 deletions tests/unit/providers/WorkerProviderTest.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
/**
* @athenna/queue
*
* (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.
*/
8 changes: 8 additions & 0 deletions tests/unit/queue/QueueImplTest.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
/**
* @athenna/queue
*
* (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.
*/
8 changes: 8 additions & 0 deletions tests/unit/workers/BaseWorkerTest.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
/**
* @athenna/queue
*
* (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.
*/

0 comments on commit 68d355b

Please sign in to comment.