Add ESLint Jest (#10261)
This commit is contained in:
@@ -290,7 +290,7 @@ describe("export", function () {
|
||||
],
|
||||
];
|
||||
it.each(invalidExportOptions)("%s", (_d, options) => {
|
||||
expect(() => new PlainTextExporter(mockRoom, ExportType.Beginning, options, setProgressText)).toThrowError(
|
||||
expect(() => new PlainTextExporter(mockRoom, ExportType.Beginning, options, setProgressText)).toThrow(
|
||||
"Invalid export options",
|
||||
);
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user