1 2 3 4 5 6 7 8 9
var gitbook = require('../gitbook'); describe('satisfies', function() { it('should return true for *', function() { expect(gitbook.satisfies('*')).toBe(true); }); });