Also parse the extras from the comment field
This commit is contained in:
@@ -1,11 +1,8 @@
|
||||
import { describe, it, expect } from "vitest";
|
||||
import { Frame } from "../src/frame";
|
||||
import {
|
||||
DataType,
|
||||
type Payload,
|
||||
type StationCapabilitiesPayload,
|
||||
} from "../src/frame.types";
|
||||
import { Dissected } from "@hamradio/packet";
|
||||
import { describe, expect, it } from "vitest";
|
||||
|
||||
import { Frame } from "../src/frame";
|
||||
import { DataType, type Payload, type StationCapabilitiesPayload } from "../src/frame.types";
|
||||
|
||||
describe("Frame.decodeCapabilities", () => {
|
||||
it("parses comma separated capabilities", () => {
|
||||
|
||||
Reference in New Issue
Block a user