Skip to content

Commit bbc34b6

Browse files
committed
todo test
1 parent 2c479ca commit bbc34b6

File tree

5 files changed

+9
-9
lines changed

5 files changed

+9
-9
lines changed

.github/workflows/todo.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ jobs:
55
runs-on: "ubuntu-latest"
66
steps:
77
- uses: "actions/checkout@master"
8-
- name: "TODO to Issue"
8+
- name: "todo-to-issue"
99
uses: "alstr/todo-to-issue-action@master"
1010
with:
1111
REPO: ${{ github.repository }}

test/messages.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ lab.test('messages', { timeout: 5555 }, async () => {
3232
.concat(require('./final.calls.js'))
3333
})
3434

35-
// TODO: seneca-msg-test should handle this
35+
// TODO seneca-msg-test should handle this
3636
try {
3737
await run()
3838
} finally {

test/shared.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ const Seneca = require('seneca')
55

66
module.exports = {
77
make_seneca: () => {
8-
// TODO: hide logs of expected errors
8+
// TODO hide logs of expected errors
99
var seneca = Seneca({ legacy: false })
1010
.test()
1111
.use('promisify')

test/verify.calls.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -268,7 +268,7 @@ module.exports = [
268268
pattern: 'change:password' + LN(),
269269
params: {
270270
handle: 'alice',
271-
// email: 'alice@example.com', // TODO: enable once update tests written
271+
// email: 'alice@example.com', // TODO enable once update tests written
272272
pass: 'alice-pass-change-01',
273273
verify: '`avc0:out.verify.code`'
274274
},
@@ -281,7 +281,7 @@ module.exports = [
281281
pattern: 'change:password' + LN(),
282282
params: {
283283
handle: 'alice',
284-
// email: 'alice@example.com', // TODO: enable once update tests written
284+
// email: 'alice@example.com', // TODO enable once update tests written
285285
pass: 'alice-pass-change-02',
286286
verify: '`avc0:out.verify.code`'
287287
},

user.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -64,8 +64,8 @@ function user(options) {
6464
var seneca = this
6565
var ctx = intern.make_ctx({}, options)
6666

67-
// TODO: @seneca/audit - record user modifications - e.g activate
68-
// TODO: @seneca/microcache - short duration cache of msg responses
67+
// TODO @seneca/audit - record user modifications - e.g activate
68+
// TODO @seneca/microcache - short duration cache of msg responses
6969

7070
seneca
7171
.fix('sys:user')
@@ -97,7 +97,7 @@ function user(options) {
9797
.message('hook:password,cmd:encrypt', intern.make_msg('cmd_encrypt', ctx))
9898
.message('hook:password,cmd:pass', intern.make_msg('cmd_pass', ctx))
9999

100-
// TODO: seneca.alias method?
100+
// TODO seneca.alias method?
101101
.message('change:password', intern.make_msg('change_pass', ctx))
102102

103103
return {
@@ -202,7 +202,7 @@ function make_intern() {
202202
}
203203
delete q.user_id
204204

205-
// TODO: waiting for fix: https://github.com/senecajs/seneca-entity/issues/57
205+
// TODO waiting for fix: https://github.com/senecajs/seneca-entity/issues/57
206206

207207
if (0 < Object.keys(seneca.util.clean(q)).length) {
208208
// Add additional fields to standard fields.

0 commit comments

Comments
 (0)