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 89ed58a commit 0a3282aCopy full SHA for 0a3282a
test/test.js
@@ -60,7 +60,7 @@ describe('suitcss', function() {
60
expect(opts.lint).to.be.true;
61
});
62
63
- it('should allow an minify option to be set', function() {
+ it('should allow a minify option to be set', function() {
64
var opts = mergeOptions({minify: true});
65
expect(opts.minify).to.be.true;
66
0 commit comments