mirror of
https://github.com/status-im/status-github-bot.git
synced 2025-01-14 15:25:13 +00:00
11 lines
257 B
JavaScript
11 lines
257 B
JavaScript
// You can import your modules
|
|
// const index = require('../index')
|
|
|
|
test('that we can run tests', () => {
|
|
// your real tests go here
|
|
expect(1 + 2 + 3).toBe(6)
|
|
})
|
|
|
|
// For more information about testing with Jest see:
|
|
// https://facebook.github.io/jest/
|