Skip to content

Commit 2a97f10

Browse files
authored
Update e2e TS version
1 parent 05cbc0b commit 2a97f10

File tree

3 files changed

+67
-49
lines changed

3 files changed

+67
-49
lines changed

e2e/package-lock.json

+65-47
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

e2e/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"author": "",
1515
"license": "ISC",
1616
"dependencies": {
17-
"typescript": "^3.3.3333",
17+
"typescript": "^4.2.4",
1818
"typescript-styled-plugin": "file:./.."
1919
}
2020
}

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,6 @@
4747
"watch:compile": "tsc --watch -p .",
4848
"e2e": "mocha e2e/tests --slow 2000 --timeout 10000",
4949
"lint": "eslint .",
50-
"unit": "mocha lib/test"
50+
"unit": "mocha ./lib/test"
5151
}
5252
}

0 commit comments

Comments
 (0)