diff options
author | Timmy Willison <timmywil@users.noreply.github.com> | 2024-04-09 13:31:27 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-04-09 13:31:27 -0400 |
commit | 4af5caed7a16cc0aca6b8f2b65ab0d697df139eb (patch) | |
tree | 6986a82205fa38ac5139cacb1b3fb22200c9a089 /tests/runner/reporter.js | |
parent | 213fdbaa285158a21546b3edcb912275fed4a334 (diff) | |
download | jquery-ui-4af5caed7a16cc0aca6b8f2b65ab0d697df139eb.tar.gz jquery-ui-4af5caed7a16cc0aca6b8f2b65ab0d697df139eb.zip |
Tests: align test runner with other repos
Close gh-2234
Diffstat (limited to 'tests/runner/reporter.js')
-rw-r--r-- | tests/runner/reporter.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/runner/reporter.js b/tests/runner/reporter.js index 392a2851b..6e47a68e4 100644 --- a/tests/runner/reporter.js +++ b/tests/runner/reporter.js @@ -1,7 +1,7 @@ import chalk from "chalk"; +import * as Diff from "diff"; import { getBrowserString } from "./lib/getBrowserString.js"; import { prettyMs } from "./lib/prettyMs.js"; -import * as Diff from "diff"; function serializeForDiff( value ) { |