Skip to content

Commit 3e1bdd1

Browse files
committed
fix typo on require.
1 parent ed09cac commit 3e1bdd1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/test/karma.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
'use strict';
22

3-
var path = require('path')
3+
var path = require('path'),
44
fs = require('fs'),
55
gutil = require('gulp-util'),
66
through = require('through2'),

0 commit comments

Comments
 (0)