mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-19 06:10:31 +00:00
WIP server side.
This commit is contained in:
@@ -6,8 +6,8 @@ import {
|
||||
} from '~/testInit';
|
||||
import knex from '@/database/knex';
|
||||
|
||||
describe.only('routes: `/items`', () => {
|
||||
describe.only('POST: `/items`', () => {
|
||||
describe('routes: `/items`', () => {
|
||||
describe('POST: `/items`', () => {
|
||||
it('Should not create a new item if the user was not authorized.', async () => {
|
||||
const res = await request().post('/api/items').send();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user