Skip to content

Commit

Permalink
chore: updating based on pr feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
dbanksdesign committed Jun 12, 2020
1 parent eabcfa0 commit 7340872
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion __tests__/utils/combineJSON.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

var combineJSON = require('../../lib/utils/combineJSON');
var path = require('path');
const yaml = require('yaml');
var yaml = require('yaml');

describe('utils', () => {
describe('combineJSON', () => {
Expand Down

0 comments on commit 7340872

Please sign in to comment.