Skip to content

Commit

Permalink
fix formating
Browse files Browse the repository at this point in the history
  • Loading branch information
bukhosi-eugene-mpande committed Oct 1, 2024
1 parent ce0c47e commit 8510b6d
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions src/src/tests/unit/server/user.test.ts
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
import { describe, it, expect, vi, beforeEach } from 'vitest';
import { hash } from '@node-rs/argon2';
import { parse } from 'csv-parse/sync';
import { fail, error } from '@sveltejs/kit';
import { fail } from '@sveltejs/kit';
import Users from '$db/schemas/User';
import Organisation from '$db/schemas/Organisation';
import { generateUsername } from '$src/lib/server/utils/auth';
// import { sendWelcomeEmail } from './email';
// import { upload, deleteFile } from '../storage';
import {
Expand All @@ -13,8 +9,7 @@ import {
validateUser,
addUser,
editUser,
deleteUser,
addUsers
deleteUser
} from '$lib/server/utils/users';
// import { HASH_OPTIONS } from '$src/constants';

Expand Down

0 comments on commit 8510b6d

Please sign in to comment.