Lint test files, clean TS settings

This commit is contained in:
Aarni Halinen
2021-03-04 20:00:00 +02:00
parent 931c69d500
commit 40bb7d94f0
11 changed files with 123 additions and 115 deletions
+2 -2
View File
@@ -3,7 +3,7 @@ import { getSiteRoot } from "./utils";
fixture`Front page renders and functions correctly`.page(`${getSiteRoot()}`);
test("Favicon exists", async t => {
test("Favicon exists", async (t) => {
/**
* Test if there is a favicon element on the page
*/
@@ -11,7 +11,7 @@ test("Favicon exists", async t => {
await t.expect(elem.exists).ok();
});
test("Header contains text \"Aalto-yliopiston Sähköinsinöörikilta\"", async t => {
test("Header contains text \"Aalto-yliopiston Sähköinsinöörikilta\"", async (t) => {
/**
* Test if the header contains the text.
*/