Skip to content

Commit 3cbcd48

Browse files
author
David Buzinski
committed
more minor style changes
1 parent fd96dff commit 3cbcd48

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

src/buildSummary.unit.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// Copyright 2024-26 The MathWorks, Inc.
22

3-
import {jest, describe, it, expect, beforeEach} from "@jest/globals";
3+
import { jest, describe, it, expect, beforeEach } from "@jest/globals";
44

55
jest.unstable_mockModule('@actions/core', () => ({
66
summary: {

src/matlab.unit.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// Copyright 2020-2026 The MathWorks, Inc.
22

3-
import {jest, describe, it, expect, afterEach} from "@jest/globals";
3+
import { jest, describe, it, expect, afterEach } from "@jest/globals";
44
import { promises as fs } from "fs";
55
import * as path from "path";
66
import * as matlab from "./matlab.js";

src/script.unit.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// Copyright 2020-2026 The MathWorks, Inc.
22

3-
import {describe, it, expect} from "@jest/globals";
3+
import { describe, it, expect } from "@jest/globals";
44
import * as script from "./script.js";
55
import * as path from "path";
66

0 commit comments

Comments
 (0)