Skip to content

Commit

Permalink
🔥 Remove chai refs
Browse files Browse the repository at this point in the history
  • Loading branch information
coyotte508 committed Nov 26, 2023
1 parent 8f9b8cc commit 07ef2e6
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 7 deletions.
1 change: 0 additions & 1 deletion apps/api/app/engine/elo.spec.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import { expect } from "chai";
import { eloDiff } from "./elo";

describe("eloDiff", () => {
Expand Down
1 change: 0 additions & 1 deletion apps/api/app/models/gamenotification.spec.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import { expect } from "chai";
import mongoose, { Types } from "mongoose";
import { defaultKarma, Game, GameNotification, GamePreferences, maxKarma, User } from "./index";

Expand Down
1 change: 0 additions & 1 deletion apps/api/app/routes/game/index.spec.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import { expect } from "chai";
import mongoose, { Types } from "mongoose";
import env from "../../config/env";
import { Game, GameInfo, GamePreferences, JwtRefreshToken, User } from "../../models";
Expand Down
5 changes: 2 additions & 3 deletions apps/api/app/services/gameinfo.spec.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import { GameInfo, GamePreferences, User } from "app/models";
import { expect } from "chai";
import { GameInfo, GamePreferences, User } from "../models";
import { sortBy } from "lodash";
import { seed } from "scripts/seed";
import { seed } from "../../scripts/seed";
import GameInfoService from "./gameinfo";

describe("GameInfoService", () => {
Expand Down
1 change: 0 additions & 1 deletion packages/utils/time.spec.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import { expect } from "chai";
import { DateTime } from "luxon";
import { deadline, elapsedSeconds, isPaused } from "./time";

Expand Down

0 comments on commit 07ef2e6

Please sign in to comment.