UNPKG

222 BJavaScriptView Raw
1#!/usr/bin/env node
2
3/* eslint-disable */
4/*
5 This file exists because we use Babel to transpile the JS but when testing
6 the CLI we need to spawn a process that uses normal JS.
7*/
8'use strict'
9
10require('../lib/cli.js')