Skip to content
Snippets Groups Projects

Compare revisions

Changes are shown as if the source revision was being merged into the target revision. Learn more about comparing revisions.

Source

Select target project
No results found

Target

Select target project
  • idatt2106-gruppe-2/idatt2106_2024_02_frontend
1 result
Show changes
Commits on Source (6)
...@@ -21,5 +21,12 @@ run-dev: ...@@ -21,5 +21,12 @@ run-dev:
unit: unit:
npm run test:unit npm run test:unit
format:
npm run format-test
e2e: e2e:
npm run test:e2e npm run test:e2e
test:
make unit
make e2e
make format