Skip to content

Commit

Permalink
removed .only from tests
Browse files Browse the repository at this point in the history
  • Loading branch information
johnbastian-trayio committed Jun 5, 2020
1 parent 05e983b commit d78ea97
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/addMethodFunction_test.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ const randString = require('mout/random/randString');

const addMethodFunction = require('../lib/addMethod/addMethodFunction');

describe.only('#addMethodFunction', function () {
describe('#addMethodFunction', function () {

const sampleParams = {
'#auth': {
Expand Down Expand Up @@ -157,7 +157,7 @@ describe.only('#addMethodFunction', function () {

});

describe.only('Running - afterHeaders', () => {
describe('Running - afterHeaders', () => {

it('should modify header after "afterSuccess"', async () => {
const result = await addMethodFunction(
Expand Down

0 comments on commit d78ea97

Please sign in to comment.