2
0
mirror of https://github.com/tenrok/vue-meta.git synced 2026-06-05 22:42:25 +03:00

es2015-ify source

This commit is contained in:
Declan de Wet
2016-10-31 22:16:43 +02:00
parent f8b6ded280
commit 64dcc9720a
9 changed files with 122 additions and 56 deletions
+3 -2
View File
@@ -1,5 +1,6 @@
describe('basic', function () {
it('does something', function () {
describe('basic', () => {
it('does something', () => {
console.log('tests have yet to be written')
expect(2).to.equal(3)
})
})