Skip to content
This repository was archived by the owner on Aug 15, 2024. It is now read-only.

Commit 049c545

Browse files
authored
Chore: Fix tests for eslint-scope (#4)
1 parent f026aab commit 049c545

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gulpfile.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ var gulp = require('gulp'),
4040
fs = require('fs');
4141

4242
require('babel-register')({
43-
only: /escope\/(src|test)\//
43+
only: /eslint-scope\/(src|test)\//
4444
});
4545

4646
var TEST = [ 'test/*.js' ];

0 commit comments

Comments
 (0)