Skip to content
This repository has been archived by the owner on Mar 1, 2021. It is now read-only.

Commit

Permalink
Adding pending tests for our options function
Browse files Browse the repository at this point in the history
  • Loading branch information
Jack Williams committed Jun 17, 2016
1 parent 284d28f commit d178ad2
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions test/lib/options.test.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
var options = require('../../lib/options')

describe('microboot/lib/options', function () {
it('should return the "options" function')
it('should set "opts" to whatever is given')
})

0 comments on commit d178ad2

Please sign in to comment.