Skip to content

Commit

Permalink
Update percent.test.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
gbicou authored Dec 24, 2024
1 parent 90e86e6 commit ae5456a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/percent.test.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { describe, it, expect } from 'vitest'
import { percent_coordinates, percent_to_css_text } from "@/percent.ts";
import { percent_coordinates, percent_to_css_text } from '@/percent.ts'
import { Options } from '@/option.ts'

describe('percent_coordinates', () => {
Expand Down

0 comments on commit ae5456a

Please sign in to comment.