Skip to content

Commit

Permalink
fix app config test, add coveralls badge
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeff Escalante committed May 9, 2016
1 parent d77957f commit c258997
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion readme.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# Roots Mini

[![tests](https://img.shields.io/npm/v/roots-mini.svg?style=flat)](https://www.npmjs.com/package/roots-mini) [![tests](http://img.shields.io/travis/carrot/roots-mini/master.svg?style=flat)](https://travis-ci.org/carrot/roots-mini) [![dependencies](http://img.shields.io/gemnasium/carrot/roots-mini.svg?style=flat)](https://gemnasium.com/carrot/roots-mini)
[![version](https://img.shields.io/npm/v/roots-mini.svg?style=flat)](https://www.npmjs.com/package/roots-mini) [![tests](http://img.shields.io/travis/carrot/roots-mini/master.svg?style=flat)](https://travis-ci.org/carrot/roots-mini) [![dependencies](http://img.shields.io/gemnasium/carrot/roots-mini.svg?style=flat)](https://gemnasium.com/carrot/roots-mini)
[![coverage](https://img.shields.io/coveralls/carrot/roots-mini.svg?style=flat)](https://coveralls.io/github/carrot/roots-mini?branch=master)

Experimenting with a new [webpack](http://webpack.github.io) core for roots.

Expand Down
2 changes: 1 addition & 1 deletion test/app_config.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,5 @@ test('API config overrides app.js config', (t) => {
})

test('Throws error for invalid app.js syntax', (t) => {
return t.throws(() => compileFixture(t, 'app_config_error'), /test\/fixtures\/app_config_error\/app\.js: Unexpected token \(1:4\)/)
return t.throws(() => compileFixture(t, 'app_config_error'), /SyntaxError: Unexpected token :/)
})

0 comments on commit c258997

Please sign in to comment.