mirror of
https://github.com/zhigang1992/angular.js.git
synced 2026-01-12 22:45:52 +08:00
refactor(jshint): reduce duplication & test all JS files
This commit is contained in:
@@ -1,3 +1,6 @@
|
||||
/* global describe: false, beforeEach: false, it: false, expect: false, spyOn: false */
|
||||
'use strict';
|
||||
|
||||
describe('validate-commit-msg.js', function() {
|
||||
var m = require('./validate-commit-msg');
|
||||
var errors = [];
|
||||
|
||||
Reference in New Issue
Block a user