mobservable-api
Version:
Mobeservable API provides an easy interface to perform CRUD operations against APIs, localstorage, etc..
19 lines (15 loc) • 384 B
JavaScript
// import assert from 'assert'
// import hello from 'hello'
// import world from 'world'
// describe(
// 'the hello function',
// () => it('should return the string "hello"', () =>
// assert.equal(hello(), "hello")
// )
// )
// describe(
// 'the world function',
// () => it('should return the string "world"', () =>
// assert.equal(world(), "world")
// )
// )