Skip to content

Commit

Permalink
Declare describe, it instead of relying on globals
Browse files Browse the repository at this point in the history
  • Loading branch information
kfitzgerald committed Apr 4, 2022
1 parent 30c9661 commit e51d6d8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/app-test.js
Expand Up @@ -2,6 +2,7 @@ const should = require('should');
const Cluster = require('cluster');
const OkanjoApp = require("../OkanjoApp");
const ravenUnitTestAppUri = process.env.SENTRY_URI;
const { describe, it } = require('mocha');

const sharedConfig = {
ravenReportUri: ravenUnitTestAppUri,
Expand Down

0 comments on commit e51d6d8

Please sign in to comment.