From cfbfc7af64111844b1682c967cb9720dc2bd166d Mon Sep 17 00:00:00 2001 From: Mateusz Duda Date: Mon, 22 Jul 2024 16:06:31 +0200 Subject: [PATCH] test commit __relevancy__[{"path":"newfile.js","relevancy":"HIGH","commit":"__current__"}]__relevancy__ --- .scope/database.json | 3 +++ newfile.js | 1 + 2 files changed, 4 insertions(+) create mode 100644 newfile.js diff --git a/.scope/database.json b/.scope/database.json index 12dedcb..9b4e949 100644 --- a/.scope/database.json +++ b/.scope/database.json @@ -7,6 +7,9 @@ { "path": ".scope/tags.json", "tags": [ { "tag": "Tag", "module": "Default module" }]}, + { "path": "newfile.js", + "tags": [ + { "tag": "Tag", "module": "Default module" }]}, { "path": "new_file.js", "tags": [ { "tag": "Tag", "module": "Default module" }, diff --git a/newfile.js b/newfile.js new file mode 100644 index 0000000..8e60e44 --- /dev/null +++ b/newfile.js @@ -0,0 +1 @@ +contetn \ No newline at end of file