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 Nov 3, 2019
1 parent 3285f47 commit 92952e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/one.of.spec.ts
Expand Up @@ -6,7 +6,7 @@ import { createApp } from './common/app';

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

describe.only(packageJson.name, () => {
describe(packageJson.name, () => {
let app = null;

before(async () => {
Expand Down

0 comments on commit 92952e3

Please sign in to comment.