Skip to content

Commit bca0dca

Browse files
committed
mv tests to verify exports
1 parent b63fcc2 commit bca0dca

100 files changed

Lines changed: 103 additions & 102 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

src/objects/Card/__test__/features/all_parts/RenownedWeaponsmith.ts renamed to __test__/Card/all_parts/RenownedWeaponsmith.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { ScryfallCard } from "../../../Card";
1+
import { ScryfallCard } from "src";
22

33
const RenownedWeaponsmith: ScryfallCard.Normal = {
44
object: "card",

src/objects/Card/__test__/finishes/Etched.ts renamed to __test__/Card/finishes/Etched.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { ScryfallCard } from "../../Card";
1+
import { ScryfallCard } from "src";
22

33
const AbbotOfKeralKeep: ScryfallCard.Normal = {
44
object: "card",

src/objects/Card/__test__/finishes/Glossy.ts renamed to __test__/Card/finishes/Glossy.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { ScryfallCard } from "../../Card";
1+
import { ScryfallCard } from "src";
22

33
const Bontu: ScryfallCard.Normal = {
44
object: "card",

src/objects/Card/__test__/layouts/Adventure/AltarOfBhaal.ts renamed to __test__/Card/layouts/Adventure/AltarOfBhaal.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { ScryfallCard } from "../../../Card";
1+
import { ScryfallCard } from "src";
22

33
const AltarOfBhaal: ScryfallCard.Adventure = {
44
object: "card",

src/objects/Card/__test__/layouts/Adventure/BeanstalkGiant.ts renamed to __test__/Card/layouts/Adventure/BeanstalkGiant.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { ScryfallCard } from "../../../Card";
1+
import { ScryfallCard } from "src";
22

33
const BeanstalkGiant: ScryfallCard.Adventure = {
44
object: "card",

src/objects/Card/__test__/layouts/ArtSeries/Aeromoeba.ts renamed to __test__/Card/layouts/ArtSeries/Aeromoeba.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { ScryfallCard } from "../../../Card";
1+
import { ScryfallCard } from "src";
22

33
const AeromoebaUnsigned: ScryfallCard.ArtSeries = {
44
object: "card",

src/objects/Card/__test__/layouts/ArtSeries/AeromoebaSignedNoImage.ts renamed to __test__/Card/layouts/ArtSeries/AeromoebaSignedNoImage.ts

File renamed without changes.

src/objects/Card/__test__/layouts/ArtSeries/Alaundo.ts renamed to __test__/Card/layouts/ArtSeries/Alaundo.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { ScryfallCard } from "../../../Card";
1+
import { ScryfallCard } from "src";
22

33
const Alaundo: ScryfallCard.ArtSeries = {
44
object: "card",

src/objects/Card/__test__/layouts/Augment/Monkey.ts renamed to __test__/Card/layouts/Augment/Monkey.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { ScryfallCard } from "../../../Card";
1+
import { ScryfallCard } from "src";
22

33
const Monkey: ScryfallCard.Augment = {
44
object: "card",

src/objects/Card/__test__/layouts/Augment/Robo.ts renamed to __test__/Card/layouts/Augment/Robo.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { ScryfallCard } from "../../../Card";
1+
import { ScryfallCard } from "src";
22

33
const Robo: ScryfallCard.Augment = {
44
object: "card",

0 commit comments

Comments
 (0)