Skip to content

Commit

Permalink
make tests pass again
Browse files Browse the repository at this point in the history
  • Loading branch information
jaeh committed Apr 17, 2020
1 parent 48a3500 commit 3f20bcd
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions test/spec.mjs
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
import { is } from '@magic/test'
import * as app from '../src/app.mjs'
import * as page from '../src/pages/index.mjs'

export default [
{ fn: () => app, expect: is.object },
{ fn: () => app.state, expect: is.object },
{ fn: () => page.View, expect: is.fn },
]

0 comments on commit 3f20bcd

Please sign in to comment.