Skip to content

Commit

Permalink
#206 remove unused test
Browse files Browse the repository at this point in the history
  • Loading branch information
Annoraaq committed Nov 24, 2021
1 parent a8a407d commit 1785a86
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/Utils/SpriteUtils/SpriteUtils.test.ts
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
import { SpriteUtils } from "./SpriteUtils";

describe("SpriteUtils", () => {
it("should mirror sprite", () => {
//
});
it("should copy important sprite props", () => {
const gridSpriteMock = <any>{
displayWidth: 16,
Expand Down

0 comments on commit 1785a86

Please sign in to comment.