Fix the helper to convert tests to yml

pull/227/head
Denis Demchenko 7 years ago
parent 5c753edb75
commit 7ea344e454

@ -1,7 +1,7 @@
const fs = require('fs');
const UAList = require('./src/useragents').useragents;
const UAList = require('../src/useragents').useragents;
const json2yaml = require('json2yaml');
const Parser = require('./lib/parser').default;
const Parser = require('../lib/parser').default;
const newBrowserList = {};

Loading…
Cancel
Save