mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2025-06-01 23:58:58 -04:00
feat(knex): create database interfaces and knexjs nest integration
Co-authored-by: Philip Molares <philip.molares@udo.edu> Signed-off-by: Philip Molares <philip.molares@udo.edu> Signed-off-by: Erik Michelson <github@erik.michelson.eu>
This commit is contained in:
parent
b771f1c1bf
commit
1a70fd048d
93 changed files with 760 additions and 2927 deletions
|
@ -7,9 +7,9 @@ import { promises as fs } from 'fs';
|
|||
import { join } from 'path';
|
||||
import request from 'supertest';
|
||||
|
||||
import { User } from '../../src/database/user.entity';
|
||||
import { NotInDBError } from '../../src/errors/errors';
|
||||
import { Group } from '../../src/groups/group.entity';
|
||||
import { User } from '../../src/users/user.entity';
|
||||
import { TestSetup, TestSetupBuilder } from '../test-setup';
|
||||
|
||||
describe('Notes', () => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue