From 8b8765e814192762cfaf8868a33df64e48ea13b0 Mon Sep 17 00:00:00 2001
From: Oscar Sebastian Thomas <oscarst@stud.ntnu.no>
Date: Tue, 14 Mar 2023 16:24:56 +0100
Subject: [PATCH] Update test.json

---
 test.js   | 1 +
 test.json | 3 ---
 2 files changed, 1 insertion(+), 3 deletions(-)
 create mode 100644 test.js
 delete mode 100644 test.json

diff --git a/test.js b/test.js
new file mode 100644
index 0000000..32cf4f1
--- /dev/null
+++ b/test.js
@@ -0,0 +1 @@
+alert('hei fra gitlab')
diff --git a/test.json b/test.json
deleted file mode 100644
index 9fbee73..0000000
--- a/test.json
+++ /dev/null
@@ -1,3 +0,0 @@
-{
-    "haha": "alert('hei')"
-}
-- 
GitLab