Skip to content

Commit

Permalink
Removed redundant changes
Browse files Browse the repository at this point in the history
  • Loading branch information
AleksSavelev committed May 23, 2024
1 parent 8fa37f2 commit 381d765
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion spec/e2e/pbivizCertSpec.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ describe("E2E - pbiviz install-cert", () => {
});

describe("pbiviz", () => {
fit("pbiviz install-cert command should generate certificate", (done) => {
it("pbiviz install-cert command should generate certificate", (done) => {
const homeDir = os.homedir();
const certPath = path.join(homeDir, config.server.certificate);
const keyPath = path.join(homeDir, config.server.privateKey);
Expand Down
2 changes: 1 addition & 1 deletion src/LintValidator.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { ESLint } from "eslint";

Check failure on line 1 in src/LintValidator.ts

View workflow job for this annotation

GitHub Actions / build (18.x)

Module '"./VisualManager.js"' has no exported member 'LintOptions'. Did you mean to use 'import LintOptions from "./VisualManager.js"' instead?
import path from 'path';
import fs from 'fs-extra';
import path from "path";

import ConsoleWriter from "./ConsoleWriter.js";
import { LintOptions } from "./VisualManager.js";
Expand Down

0 comments on commit 381d765

Please sign in to comment.