Skip to content

Commit

Permalink
issue-43 - Enable all tests
Browse files Browse the repository at this point in the history
  • Loading branch information
JohanvdWest committed Apr 18, 2017
1 parent 6bd8ed0 commit b589ec9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/f5-domain-compatibility-client.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ var OldHappner = require('happner');
var Happner = require('../');
var expect = require('expect.js');

describe.only(require('path').basename(__filename), function () {
describe(require('path').basename(__filename), function () {

context('insecure', function () {

Expand Down

0 comments on commit b589ec9

Please sign in to comment.