mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-19 14:20:31 +00:00
refactor: migrate item categories to nestjs
This commit is contained in:
@@ -1,8 +1,5 @@
|
||||
import { Test, TestingModule } from '@nestjs/testing';
|
||||
import { INestApplication } from '@nestjs/common';
|
||||
import * as request from 'supertest';
|
||||
import { faker } from '@faker-js/faker';
|
||||
import { AppModule } from '../src/modules/App/App.module';
|
||||
import { app } from './init-app-test';
|
||||
|
||||
describe('Items (e2e)', () => {
|
||||
|
||||
Reference in New Issue
Block a user