Skip to content

Commit

Permalink
Merge pull request #552 from opentable/only
Browse files Browse the repository at this point in the history
remove .Only from tests
  • Loading branch information
nickbalestra authored Jul 17, 2017
2 parents 2c9ad49 + 2e8e4fa commit acb6ffd
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 5 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
## Change Log

### v0.39.1
- [#545](https://github.com/opentable/oc/pull/545) Added a mime type for html files.

### v0.39.0
- [#542](https://github.com/opentable/oc/pull/542) Drop node4 tests
- [#541](https://github.com/opentable/oc/pull/541) Housekeeping
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "oc",
"version": "0.39.0",
"version": "0.39.1",
"description": "A framework for developing and distributing html components",
"main": "./src/index.js",
"bin": {
Expand Down Expand Up @@ -35,7 +35,7 @@
"oc"
],
"devDependencies": {
"chai": "4.0.1",
"chai": "3.5.0",
"cheerio": "0.22.0",
"grunt": "^1.0.1",
"grunt-git": "^1.0.0",
Expand Down Expand Up @@ -94,7 +94,7 @@
"stringformat": "0.0.5",
"targz": "1.0.1",
"try-require": "^1.2.1",
"uglify-js": "3.0.25",
"uglify-js": "2.6.4",
"watch": "1.0.2",
"webpack": "3.3.0",
"yargs": "8.0.1"
Expand Down
2 changes: 1 addition & 1 deletion src/components/oc-client/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "oc-client",
"description": "The OpenComponents client-side javascript client",
"version": "0.39.0",
"version": "0.39.1",
"repository": "https://github.com/opentable/oc/tree/master/components/oc-client",
"author": "Matteo Figus <matteofigus@gmail.com>",
"oc": {
Expand Down
2 changes: 1 addition & 1 deletion test/acceptance/registry.js
Original file line number Diff line number Diff line change
Expand Up @@ -382,7 +382,7 @@ describe('registry', () => {
});
});

describe.only('GET /jade-filters', () => {
describe('GET /jade-filters', () => {
before(done => {
request(
{
Expand Down

0 comments on commit acb6ffd

Please sign in to comment.