Skip to content

Commit

Permalink
Chore: rename test files for consistency (refs #10559)
Browse files Browse the repository at this point in the history
  • Loading branch information
aladdin-add committed Aug 3, 2018
1 parent 6eb972c commit 404e9b1
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests/lib/ast-utils.js → tests/lib/util/ast-utils.js
Expand Up @@ -11,9 +11,9 @@

const assert = require("chai").assert,
espree = require("espree"),
astUtils = require("../../lib/util/ast-utils"),
Linter = require("../../lib/linter"),
SourceCode = require("../../lib/util/source-code");
astUtils = require("../../../lib/util/ast-utils"),
Linter = require("../../../lib/linter"),
SourceCode = require("../../../lib/util/source-code");

//------------------------------------------------------------------------------
// Tests
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 404e9b1

Please sign in to comment.