Skip to content

Commit

Permalink
Merge d419dd8 into 42d865e
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot-preview[bot] committed Apr 28, 2020
2 parents 42d865e + d419dd8 commit 5c1f46a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -37,7 +37,7 @@
},
"devDependencies": {
"babel-eslint": "^10.0.1",
"camaro": "^4.1.2",
"camaro": "^5.0.0",
"chai": "^4.2.0",
"cheerio": "^0.22.0",
"eslint": "^6.0.1",
Expand Down
3 changes: 2 additions & 1 deletion test/parse.js
Expand Up @@ -7,7 +7,7 @@
*/


const { transform } = require('camaro');
const { ready, transform } = require('camaro');

const template = {
rss: {
Expand Down Expand Up @@ -53,6 +53,7 @@ const template = {
};

const detectFeedType = async xml => {
ready();
const sample = await transform(xml, {
rss: 'rss/channel/title',
atom: 'feed/title'
Expand Down

0 comments on commit 5c1f46a

Please sign in to comment.