Add the first test
Implemented a basic test around exporting a png. More can follow but at least something to build off of.
Showing
.travis.yml
0 → 100644
| ... | @@ -9,8 +9,12 @@ | ... | @@ -9,8 +9,12 @@ |
| "rsvp": "~ 3.0.6", | "rsvp": "~ 3.0.6", | ||
| "lodash": "~ 2.4" | "lodash": "~ 2.4" | ||
| }, | }, | ||
| "test": "mocha test", | |||
| "devDependencies": { | "devDependencies": { | ||
| "coffeeify": "~ 0.6.0", | "coffeeify": "~ 0.6.0", | ||
| "browserify": "~ 3.46.0" | "browserify": "~ 3.46.0", | ||
| "mocha": "~ 1.18.2", | |||
| "should": "~ 3.3.1", | |||
| "rimraf": "~ 2.2.8" | |||
| } | } | ||
| } | } | ||
| \ No newline at end of file |
test/fixtures/out.png
0 → 100644
12.5 KB
test/mocha.opts
0 → 100644
test/png_exporting.coffee
0 → 100644