cleaning up old code

This commit is contained in:
2020-03-06 18:02:08 +01:00
parent dba931ee48
commit 0f7bc13d3f
6 changed files with 5020 additions and 19 deletions

15
test/index.js Normal file
View File

@ -0,0 +1,15 @@
/*
* Copyright (C) Sapphirecode - All Rights Reserved
* This file is part of auth-server-helper which is released under MIT.
* See file 'LICENSE' for full license details.
* Created by Timo Hocker <timo@scode.ovh>, March 2020
*/
// @ts-nocheck
'use strict';
const test = require ('ava');
test ('', () => {
});