Skip to content

Commit

Permalink
$mol_bus: +mock
Browse files Browse the repository at this point in the history
  • Loading branch information
jin committed Dec 29, 2023
1 parent aefb503 commit e5b8da5
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions bus/bus.test.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
namespace $ {
$mol_test_mocks.push( $=> {
class $mol_bus< Data > extends $.$mol_bus< Data > {
send() {}
}
$.$mol_bus = $mol_bus
} )
}

0 comments on commit e5b8da5

Please sign in to comment.