Skip to content

Commit

Permalink
migrate the test code 🧫 ..
Browse files Browse the repository at this point in the history
  • Loading branch information
3imed-jaberi committed Sep 13, 2020
1 parent 1fe36bf commit ee08d88
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion test/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ const Koa = require('koa');
const assert = require('assert');
const request = require('supertest');
const http = require('http');
const Joi = require('@hapi/joi');
const Joi = require('joi');
const methods = require('methods');
const slice = require('sliced');
const MiddlewareGenerator = require('./test-utils').MiddlewareGenerator;
Expand Down
2 changes: 1 addition & 1 deletion test/output-validation-rule.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
'use strict';

const Rule = require('../output-validation-rule');
const Joi = require('@hapi/joi');
const Joi = require('joi');
const assert = require('assert');

describe('OutputValidationRule', () => {
Expand Down

0 comments on commit ee08d88

Please sign in to comment.