mirror of
https://github.com/vale981/apollo-server
synced 2025-03-06 02:01:40 -05:00
7 lines
291 B
JavaScript
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');
|