Skip to content
Snippets Groups Projects
app.spec.js 97 B
Newer Older
Julia Friesel's avatar
Julia Friesel committed
import { expect } from 'chai'

it('says hello world', function () {
  expect(1 + 5).to.eql(6)
})