begin snowflake coffee tests and Cakefile

This commit is contained in:
Serene Han 2016-01-11 10:30:49 -08:00
parent 93a9aabfd1
commit 95952830ba
3 changed files with 99 additions and 0 deletions

8
proxy/Cakefile Normal file
View file

@ -0,0 +1,8 @@
fs = require 'fs'
{exec} = require 'child_process'
task 'test', 'test snowflake.coffee', () ->
exec 'coffee snowflake_test.coffee -v', (err, stdout, stderr) ->
throw err if err
console.log stdout + stderr