()
| 43 | }); |
| 44 | |
| 45 | function initial() { |
| 46 | Role.create({ |
| 47 | id: 1, |
| 48 | name: "user" |
| 49 | }); |
| 50 | |
| 51 | Role.create({ |
| 52 | id: 2, |
| 53 | name: "moderator" |
| 54 | }); |
| 55 | |
| 56 | Role.create({ |
| 57 | id: 3, |
| 58 | name: "admin" |
| 59 | }); |
| 60 | } |
nothing calls this directly
no outgoing calls
no test coverage detected