Also parse the extras from the comment field
This commit is contained in:
@@ -1,12 +1,13 @@
|
||||
import { describe, it, expect } from "vitest";
|
||||
import { describe, expect, it } from "vitest";
|
||||
|
||||
import {
|
||||
base91ToNumber,
|
||||
knotsToKmh,
|
||||
kmhToKnots,
|
||||
feetToMeters,
|
||||
metersToFeet,
|
||||
celsiusToFahrenheit,
|
||||
fahrenheitToCelsius,
|
||||
feetToMeters,
|
||||
kmhToKnots,
|
||||
knotsToKmh,
|
||||
metersToFeet
|
||||
} from "../src/parser";
|
||||
|
||||
describe("parser utilities", () => {
|
||||
|
||||
Reference in New Issue
Block a user