UNPKG

apollo-tracer

Version:

Trace collection library for Node.js GraphQL servers

8 lines (6 loc) 291 B
// 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');