refactor: match /test/unit structure to /src
This commit is contained in:
@ -1,5 +1,5 @@
|
||||
import { JSDOM } from "jsdom"
|
||||
import { LocationLike } from "../../util.test"
|
||||
import { LocationLike } from "../../common/util.test"
|
||||
|
||||
describe("login", () => {
|
||||
describe("there is an element with id 'base'", () => {
|
||||
|
@ -1,7 +1,7 @@
|
||||
import { JSDOM } from "jsdom"
|
||||
import { registerServiceWorker } from "../../../src/browser/register"
|
||||
import { createLoggerMock } from "../../utils/helpers"
|
||||
import { LocationLike } from "../util.test"
|
||||
import { LocationLike } from "../common/util.test"
|
||||
|
||||
describe("register", () => {
|
||||
describe("when navigator and serviceWorker are defined", () => {
|
||||
|
Reference in New Issue
Block a user