Skip to content
This repository has been archived by the owner on Dec 12, 2020. It is now read-only.

Commit

Permalink
Merge branch 'master' into refactor-reflect
Browse files Browse the repository at this point in the history
  • Loading branch information
ktutnik committed Apr 18, 2020
2 parents bc48ec0 + 5f40053 commit b858f49
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions test/index.spec.ts
@@ -0,0 +1,7 @@
import * as src from "../src"

describe("Exported", () => {
it("Should export members", () => {
expect(Object.keys(src)).toMatchSnapshot()
})
})

0 comments on commit b858f49

Please sign in to comment.