Use singular form of spec names.
This commit is contained in:
parent
abf982e4e5
commit
d51ea21afa
3 changed files with 3 additions and 3 deletions
|
@ -2,7 +2,7 @@ assert = require 'assert'
|
|||
fs = require 'fs'
|
||||
path = require 'path'
|
||||
|
||||
describe 'third-party modules', ->
|
||||
describe 'third-party module', ->
|
||||
fixtures = path.join __dirname, 'fixtures'
|
||||
|
||||
describe 'd3', ->
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue