diff --git a/backend/src/scripts/data/sample-user.ts b/backend/src/scripts/data/sample-user.ts deleted file mode 100644 index 10de7cb..0000000 --- a/backend/src/scripts/data/sample-user.ts +++ /dev/null @@ -1,19 +0,0 @@ -import { CreateUserDto } from 'src/users/dto/create-user.dto'; - -export const testUsers: CreateUserDto[] = [ - { - name: 'alice', - email: 'alice@email.com', - password: 'password123', - }, - { - name: 'bob', - email: 'bob@email.com', - password: 'password456', - }, - { - name: 'john', - email: 'john@email.com', - password: 'password789', - }, -]; diff --git a/backend/src/scripts/generate-dummy-data.ts b/backend/src/scripts/generate-dummy-data.ts deleted file mode 100644 index e69de29..0000000