Skip to content

Commit

Permalink
. t better typescript
Browse files Browse the repository at this point in the history
Co-Authored-By: Matt Hughes <221921+mch@users.noreply.github.com>
  • Loading branch information
isidore and mch committed May 24, 2024
1 parent 78c4870 commit b823554
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/Scrubbers/indexTests.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
var { Scrubbers } = require("../../lib/Scrubbers/Scrubbers");
var expect = require("chai").expect;
import {Scrubbers} from "../../lib/Scrubbers/Scrubbers";
import {expect} from "chai";

describe("Scrubbers", function () {
describe("multiScrubber", function () {
Expand Down

0 comments on commit b823554

Please sign in to comment.