test: Remove unused test

This commit is contained in:
Foster Hangdaan 2024-09-09 07:08:05 -04:00
parent 6a3697baf1
commit 82ec8f8f6f
Signed by: foster
GPG key ID: E48D7F49A852F112

View file

@ -14,11 +14,4 @@
*
* You should have received a copy of the GNU Affero General Public License
* along with this program. If not, see <https://www.gnu.org/licenses/>.
*/
import { assertEquals } from "https://deno.land/std@0.206.0/assert/mod.ts";
import { add } from "../src/main.ts";
Deno.test(function addTest() {
assertEquals(add(2, 3), 5);
});
*/