Zod EVERYWHERE (#2027)
* Zod EVERYWHERE * Add no-unused-vars rule to eslint in front * Add no-unused-vars rule to eslint in pusher * Add no-unused-vars rule to eslint in back * Remove unused PlayerTexture guards * Fix data providing on room connection Co-authored-by: Alexis Faizeau <a.faizeau@workadventu.re>
This commit is contained in:
@@ -1,5 +1,4 @@
|
||||
import "jasmine";
|
||||
import {HtmlUtils} from "../../../src/WebRtc/HtmlUtils";
|
||||
|
||||
describe("urlify()", () => {
|
||||
// FIXME: we need to add PhantomJS to have a good mock for "document".
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
import "jasmine";
|
||||
import { Room } from "../../../src/Connexion/Room";
|
||||
import { flattenGroupLayersMap } from "../../../src/Phaser/Map/LayersFlattener";
|
||||
import type { ITiledMapLayer } from "../../../src/Phaser/Map/ITiledMap";
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
import "jasmine";
|
||||
import { MapStore } from "../../../src/Stores/Utils/MapStore";
|
||||
import type { Readable, Writable } from "svelte/store";
|
||||
import type { Writable } from "svelte/store";
|
||||
import { get, writable } from "svelte/store";
|
||||
|
||||
describe("Main store", () => {
|
||||
|
||||
Reference in New Issue
Block a user