apollo-server/test/index.js
2016-04-24 15:55:22 -07:00

7 lines
291 B
JavaScript

// This file cannot be written with ECMAScript 2015 because it has to load
// the Babel require hook to enable ECMAScript 2015 features!
require('babel-core/register');
require('babel-polyfill');
// The tests, however, can and should be written with ECMAScript 2015.
require('./tests.js');