Skip to content

Commit c83402a

Browse files
committed
Move analyze test files to a single directory
1 parent 7302d9d commit c83402a

File tree

8 files changed

+5
-5
lines changed

8 files changed

+5
-5
lines changed

test/jest/__snapshots__/analyze.test.js.snap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// Jest Snapshot v1, https://goo.gl/fbAQLP
22

3-
exports[`analyze in ./dsl matches snapshot 1`] = `
3+
exports[`analyze in ./analyze/dsl matches snapshot 1`] = `
44
{
55
"stderr": "
66
~/Eask:7:18 Error: Multiple definition of \`package'

test/jest/analyze.test.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
const { TestContext } = require("./helpers");
22

33
describe("analyze", () => {
4-
describe("in ./dsl", () => {
5-
const ctx = new TestContext("./test/jest/dsl");
4+
describe("in ./analyze/dsl", () => {
5+
const ctx = new TestContext("./test/jest/analyze/dsl");
66

77
it("handles plain text", async () => {
88
await ctx.runEask("analyze");
@@ -38,8 +38,8 @@ describe("analyze", () => {
3838
});
3939
});
4040

41-
describe("in ./metadata", () => {
42-
const ctx = new TestContext("./test/jest/metadata");
41+
describe("in ./analyze/metadata", () => {
42+
const ctx = new TestContext("./test/jest/analyze/metadata");
4343

4444
it("handles plain text", async () => {
4545
await ctx.runEask("analyze");
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)