Integrate Wallaby (#66)
This commit is contained in:
parent
defb538561
commit
bb2c7de299
4 changed files with 32 additions and 9 deletions
|
@ -1,6 +1,6 @@
|
|||
import Emitter from './Emitter'
|
||||
|
||||
describe.only('DataVerse.Emitter', () => {
|
||||
describe('DataVerse.Emitter', () => {
|
||||
it('should work', () => {
|
||||
const e: Emitter<string> = new Emitter()
|
||||
e.emit('no one will see this')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue