Skip to content

Commit

Permalink
Use double quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
Immugio committed Nov 21, 2023
1 parent b292dcc commit c1f19db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/__tests__/Line2D.horizontal_vertical.spec.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import {Line2D} from "../Line2D";

describe('isCloserToHorizontal', () => {
describe("isCloserToHorizontal", () => {
test.each([
[
Line2D.fromCoordinates(0, 0, 0, -100),
Expand Down

0 comments on commit c1f19db

Please sign in to comment.