Set up preliminary tests for users
This commit is contained in:
parent
a47f233493
commit
2d7d22f847
5 changed files with 88 additions and 8 deletions
|
@ -10,7 +10,10 @@ export function testConfig() {
|
|||
this.namespace = '/api/hymenobacter';
|
||||
this.timing = 0;
|
||||
|
||||
this.get('/users');
|
||||
this.post('/users');
|
||||
this.get('/users/:id');
|
||||
this.put('/users/:id');
|
||||
|
||||
this.get('/species');
|
||||
this.post('/species');
|
||||
|
|
Reference in a new issue