Use singular form of spec names.
This commit is contained in:
parent
abf982e4e5
commit
d51ea21afa
3 changed files with 3 additions and 3 deletions
|
@ -1,4 +1,4 @@
|
||||||
describe 'chromium features', ->
|
describe 'chromium feature', ->
|
||||||
describe 'heap snapshot', ->
|
describe 'heap snapshot', ->
|
||||||
it 'does not crash', ->
|
it 'does not crash', ->
|
||||||
process.atomBinding('v8_util').takeHeapSnapshot()
|
process.atomBinding('v8_util').takeHeapSnapshot()
|
||||||
|
|
|
@ -2,7 +2,7 @@ assert = require 'assert'
|
||||||
fs = require 'fs'
|
fs = require 'fs'
|
||||||
path = require 'path'
|
path = require 'path'
|
||||||
|
|
||||||
describe 'third-party modules', ->
|
describe 'third-party module', ->
|
||||||
fixtures = path.join __dirname, 'fixtures'
|
fixtures = path.join __dirname, 'fixtures'
|
||||||
|
|
||||||
describe 'd3', ->
|
describe 'd3', ->
|
||||||
|
|
|
@ -3,7 +3,7 @@ child_process = require 'child_process'
|
||||||
fs = require 'fs'
|
fs = require 'fs'
|
||||||
path = require 'path'
|
path = require 'path'
|
||||||
|
|
||||||
describe 'node features', ->
|
describe 'node feature', ->
|
||||||
describe 'child_process', ->
|
describe 'child_process', ->
|
||||||
fixtures = path.join __dirname, 'fixtures'
|
fixtures = path.join __dirname, 'fixtures'
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue