PHP WebShell

Текущая директория: /opt/BitGoJS/node_modules/lerna/migrations/noop

Просмотр файла: noop.test.js

// @ts-check

const { createTreeWithEmptyWorkspace } = require("@nrwl/devkit/testing");
const { default: noopMigration } = require("./noop");

describe("noop migration", () => {
  let tree;

  beforeEach(() => {
    tree = createTreeWithEmptyWorkspace();
  });

  it("should be runnable and not throw", async () => {
    await expect(noopMigration(tree)).resolves.toBeUndefined();
  });
});

Выполнить команду


Для локальной разработки. Не используйте в интернете!