mirror of
https://github.com/balena-io/balena-cli.git
synced 2025-01-18 18:56:25 +00:00
Add colon after each module spec title
This commit is contained in:
parent
64e66e229f
commit
453d1bbd7b
@ -4,7 +4,7 @@ auth = require('./auth')
|
||||
config = require('../../config')
|
||||
johnDoeFixture = require('../../../tests/fixtures/johndoe')
|
||||
|
||||
describe 'Auth', ->
|
||||
describe 'Auth:', ->
|
||||
|
||||
describe 'given valid credentials', ->
|
||||
|
||||
|
@ -7,7 +7,7 @@ PREFIXES =
|
||||
new: '~/.resin-new'
|
||||
invalid: { path: '~/.resin' }
|
||||
|
||||
describe 'DataPrefix', ->
|
||||
describe 'DataPrefix:', ->
|
||||
|
||||
describe 'given no prefix', ->
|
||||
|
||||
|
@ -12,7 +12,7 @@ PATHS =
|
||||
name: '/tmp/dir'
|
||||
contents: mockFs.directory()
|
||||
|
||||
describe 'FsUtils', ->
|
||||
describe 'FsUtils:', ->
|
||||
|
||||
describe '#isValidPath()', ->
|
||||
|
||||
|
@ -26,7 +26,7 @@ METHODS = [
|
||||
'PATCH'
|
||||
]
|
||||
|
||||
describe 'Server', ->
|
||||
describe 'Server:', ->
|
||||
|
||||
beforeEach ->
|
||||
nock(TEST_URI).get(URI.nojson).reply(200, RESPONSE.nojson)
|
||||
|
@ -4,7 +4,7 @@ token = require('./token')
|
||||
johnDoeFixture = require('../../tests/fixtures/johndoe.json')
|
||||
janeDoeFixture = require('../../tests/fixtures/janedoe.json')
|
||||
|
||||
describe 'Token', ->
|
||||
describe 'Token:', ->
|
||||
|
||||
describe 'given a user that is logged in', ->
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user