We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bac2e2e commit 3ca9dfaCopy full SHA for 3ca9dfa
test/build-cleanup.spec.js
@@ -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;
+const expect = require('chai').expect;
+const { trimQuotes, trimLineBreaks, trimArray } = require('../lib/build/parser/cleanup');
6
7
describe('trimArray', function () {
8
0 commit comments