Skip to content

Commit 1de7ba5

Browse files
committed
[us40] Support for reading pdf file content when running rules
1 parent d69fd7b commit 1de7ba5

7 files changed

+793
-543
lines changed

karma.conf.js

+9-1
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,14 @@ module.exports = function (config) {
3535
},
3636
reporters: ['mocha', 'kjhtml'],
3737
browsers: ['ChromeHeadless'],
38-
restartOnFileChange: true
38+
restartOnFileChange: true,
39+
files: [
40+
{
41+
pattern: 'src/app/rules/dummy.pdf',
42+
included: false,
43+
watched: false,
44+
served: true
45+
}
46+
]
3947
});
4048
};

0 commit comments

Comments
 (0)