UNPKG

redgifs

Version:

Easy getting video-file url by page on redgifs.com

10 lines (9 loc) 282 B
module.exports = { transform: { "^.+\\.tsx?$": "ts-jest", }, testRegex: "(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$", testPathIgnorePatterns: [ "/lib/", "/node_modules/" ], moduleFileExtensions: [ "ts", "tsx", "js", "jsx", "json", "node" ], collectCoverage: true, };