We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d39c109 commit 122a7ceCopy full SHA for 122a7ce
1 file changed
lib/__tests__/app.test.ts
@@ -1,5 +1,5 @@
1
// TODO: add better and more comprehensive tests for parseRssItems
2
-import { parseRssItems } from "../index";
+import { parseRssItems } from "../";
3
4
describe("parseRssItems", () => {
5
it("should parse a simple RSS feed", () => {
0 commit comments