import CSVError from "./CSVError";
import assert from "assert";
describe("CSVError",()=>{
  it ("should toString()",()=>{
  })
})