run tape tests on babelify-src folder

pull/1/head
yann300 8 years ago
parent 3f2f71e5f5
commit 9a05c2a351
  1. 2
      test/compiler-test.js
  2. 2
      test/gist-handler-test.js
  3. 2
      test/query-params-test.js

@ -2,7 +2,7 @@
var test = require('tape')
var Compiler = require('../src/app/compiler')
var Compiler = require('../babelify-src/app/compiler')
test('compiler.compile smoke', function (t) {
t.plan(1)

@ -2,7 +2,7 @@
var test = require('tape')
var GistHandler = require('../src/app/gist-handler')
var GistHandler = require('../babelify-src/app/gist-handler')
test('gistHandler.handleLoad with no gist param', function (t) {
t.plan(1)

@ -2,7 +2,7 @@
var test = require('tape')
var QueryParams = require('../src/app/query-params')
var QueryParams = require('../babelify-src/app/query-params')
test('queryParams.get', function (t) {
t.plan(2)

Loading…
Cancel
Save