diff options
author | Alan Pearce | 2017-06-18 21:01:14 +0200 |
---|---|---|
committer | Alan Pearce | 2017-06-18 21:01:14 +0200 |
commit | e58d6a1718b3358f91fbda10e2291ea4ec01d1e7 (patch) | |
tree | c907d8c0b04f25decd2b64f29ebd80e7aa157724 /test | |
parent | 2fef943bf1c52e8d2be64521202936ca0f7358e3 (diff) | |
download | homestead-e58d6a1718b3358f91fbda10e2291ea4ec01d1e7.tar.lz homestead-e58d6a1718b3358f91fbda10e2291ea4ec01d1e7.tar.zst homestead-e58d6a1718b3358f91fbda10e2291ea4ec01d1e7.zip |
feat: make taxonomies configurable
Add "tag" and "category" as defaults
Diffstat (limited to 'test')
-rw-r--r-- | test/index.test.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/index.test.js b/test/index.test.js index 926c5d4..5b5e991 100644 --- a/test/index.test.js +++ b/test/index.test.js @@ -26,7 +26,7 @@ test('post', t => { test('tags', t => { return request(app.listen()) - .get('/tags/a') + .get('/tag/a') .expect(200) .expect(/This is a test/) .then(() => t.pass()) |