Skip to content

Commit

Permalink
re-adding mocha to xml tests
Browse files Browse the repository at this point in the history
  • Loading branch information
adl-trey committed Jul 18, 2024
1 parent e5659a2 commit e0da0fb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions player/service/tests/xml.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ const fs = require("fs");

const helpers = require("../plugins/routes/lib/helpers");
const chai = require("chai");
const mocha = require("mocha");
const exp = require("constants");

describe("XML Parsing and Usage", async () => {
Expand Down

0 comments on commit e0da0fb

Please sign in to comment.