katrotz/splitify

View on GitHub
packages/meteor-jasmine/test-app/server/es6.next.js

Summary

Maintainability
A
0 mins
Test Coverage
// The presence of this variable is tested in the ES6 spec
App.ES6Variable = 'loaded'

// Test if server unit mode has problems
const {foo, bar} = {foo: 'foo', bar: 'bar'}