Skip to content

Commit

Permalink
clean up test documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
mfix22 committed May 30, 2019
1 parent c7182e8 commit 8fac1f0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/gest.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@ const Gest = require('../src/index')
const schema = require('./_schema') // test fixture
const util = require('../src/util')

Gest(schema /* { globals: true } */) // sets Global `gest`
const initializeGlobals = Gest
initializeGlobals(schema /* { globals: true } */)

describe('GLOBAL', () => {
gest(
Expand Down

0 comments on commit 8fac1f0

Please sign in to comment.