Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 3ca9dfa

Browse files
committed
update build-cleanup tests
1 parent bac2e2e commit 3ca9dfa

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

test/build-cleanup.spec.js

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
1-
var expect = require('chai').expect;
2-
var cleanup = require('../lib/build/parser/cleanup');
3-
var trimQuotes = cleanup.trimQuotes;
4-
var trimLineBreaks = cleanup.trimLineBreaks;
5-
var trimArray = cleanup.trimArray;
1+
const expect = require('chai').expect;
2+
const { trimQuotes, trimLineBreaks, trimArray } = require('../lib/build/parser/cleanup');
63

74
describe('trimArray', function () {
85

0 commit comments

Comments
 (0)