mirror of
https://github.com/bitwarden/directory-connector
synced 2026-02-28 10:13:15 +00:00
clean up
This commit is contained in:
@@ -6,7 +6,7 @@ import { StateFactory } from "@/jslib/common/src/factories/stateFactory";
|
||||
|
||||
import { Account, DirectoryConfigurations, DirectorySettings } from "../models/account";
|
||||
|
||||
import { StateMigrationService } from "./stateMigration.service";
|
||||
import { StateMigrationService } from "./state-service/stateMigration.service";
|
||||
|
||||
describe("StateMigrationService - v4 to v5 migration", () => {
|
||||
let storageService: jest.Mocked<StorageService>;
|
||||
|
||||
@@ -2,7 +2,6 @@ import path from "node:path";
|
||||
import { fileURLToPath } from "node:url";
|
||||
import { dirname } from "node:path";
|
||||
|
||||
import { CleanWebpackPlugin } from "clean-webpack-plugin";
|
||||
import CopyWebpackPlugin from "copy-webpack-plugin";
|
||||
import TsconfigPathsPlugin from "tsconfig-paths-webpack-plugin";
|
||||
import webpack from "webpack";
|
||||
|
||||
@@ -4,7 +4,6 @@ import { dirname } from "node:path";
|
||||
|
||||
import { merge } from "webpack-merge";
|
||||
import CopyWebpackPlugin from "copy-webpack-plugin";
|
||||
import { CleanWebpackPlugin } from "clean-webpack-plugin";
|
||||
import nodeExternals from "webpack-node-externals";
|
||||
import TsconfigPathsPlugin from "tsconfig-paths-webpack-plugin";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user