(...args)
| 14 | * shortcut for building simple {name: 'foo'} seed data |
| 15 | */ |
| 16 | function build(...args) { |
| 17 | return args.map(arg => ({ name: arg })); |
| 18 | } |
| 19 | |
| 20 | /* |
| 21 | * association overview |
no outgoing calls
no test coverage detected
searching dependent graphs…