Skip to content

Commit

Permalink
enable all tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Carmine DiMascio committed Oct 11, 2019
1 parent c703b5d commit 6907097
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/security.spec.ts
Expand Up @@ -7,7 +7,7 @@ import { config } from 'chai/lib/chai';

const packageJson = require('../package.json');

describe.only(packageJson.name, () => {
describe(packageJson.name, () => {
let app = null;
let basePath = null;
const eovConf = {
Expand Down

0 comments on commit 6907097

Please sign in to comment.