Renommage fichier classe ParserForJSON

This commit is contained in:
Fabrice PENHOËT 2021-10-18 11:40:21 +02:00
parent 1c61f715f8
commit c61b9ef402
3 changed files with 2 additions and 2 deletions

View File

@ -5,7 +5,7 @@ import { Counter, Datas, DatasRenders, DOMElement, Paginations, Parsers, ParseEr
import { Pagination} from "./freeDatas2HTMLPagination";
import { ParserForCSV} from "./ParserForCSV";
import { ParserForHTML} from "./freeDatas2HTMLParserForHTML";
import { ParserForJSON} from "./freeDatas2HTMLParserForJSON";
import { ParserForJSON} from "./ParserForJSON";
import { Render} from "./freeDatas2HTMLRender";
import { Selector } from "./freeDatas2HTMLSelector";
import { SortingField } from "./freeDatas2HTMLSortingField";

View File

@ -1,4 +1,4 @@
import { ParserForJSON as Parser } from "../src/freeDatas2HTMLParserForJSON";
import { ParserForJSON as Parser } from "../src/ParserForJSON";
const errors=require("../src/errors.js");
describe("Tests du parseur de JSON", () =>