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:
+3
-2
@@ -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)
|
||||
})
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user