6 lines
129 B
Plaintext
6 lines
129 B
Plaintext
import CSVError from "./CSVError";
|
|
import assert from "assert";
|
|
describe("CSVError",()=>{
|
|
it ("should toString()",()=>{
|
|
})
|
|
}) |