Skip to content
This repository was archived by the owner on Oct 10, 2022. It is now read-only.

Commit 3cc7043

Browse files
authored
Add unit test for the methods exported variable (#71)
Add unit test for the `methods` exported variable
2 parents 4a0632d + 561a59d commit 3cc7043

File tree

3 files changed

+2976
-0
lines changed

3 files changed

+2976
-0
lines changed

src/open-api/index.test.js

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
const test = require('ava')
2+
3+
const { methods } = require('./index')
4+
5+
test('Exported methods', t => {
6+
t.snapshot(methods)
7+
})

0 commit comments

Comments
 (0)