parent
c0506eec7c
commit
4cd5285032
2 changed files with 0 additions and 11 deletions
@ -1,3 +0,0 @@ |
||||
module.exports = () => { |
||||
return 'Hello World!'; |
||||
} |
@ -1,8 +0,0 @@ |
||||
const assert = require('chai').assert; |
||||
const app = require('../src/app'); |
||||
|
||||
describe('App', () => { |
||||
it('should greet with Hello World!', () => { |
||||
assert.equal(app(), 'Hello World!'); |
||||
}); |
||||
}); |
Loading…
Reference in new issue