-
-
Deno version: deno --version
deno 2.0.2 (stable, release, x86_64-pc-windows-msvc)
v8 12.9.202.13-rusty
typescript 5.6.2
Here is a repo: https://github.com/Ciantic/deno-pure-solid-start
```
1…
-
While fixing #170, I was trying to get some type errors by putting invalid gravity values in the test suite until I realized they were written in JS.
Consider converting the test suites to TypeScri…
-
I have example repo here:
https://github.com/Ciantic/deno-solid-test/
Some reason when running it through *deno* it still tries to run `node.exe` instances.
Notice the telltale warning:
> …
-
Thoughts on creating some react tests? Possibly Jest? 😸
cain updated
5 months ago
-
Already when calling the login page you should check if JavaScript is activated. Otherwise a corresponding message should be displayed.
-
## Title: Improve UI and Address Issues in Typing Speed Test
### Description
The current Typing Speed Test application is functional but lacks a polished user interface and has a few issues that…
-
https://zotonic.com/docs/1372/lib shows how to include css libs and also says that it can include javascript libs but doesn't show how to do the latter.
What I found is that if I include css or ja…
-
We have an issue with CodeQL analysis where it would hang while extracting the files from the PR.
I've found which part was causing this and made a separate reproducible code snippet.
Here's a …
-
Phantomjs/selenium were suggested for investigation, and the npm package selenium-webdriver combines the better test coverage of selenium (targets multiple browsers) and is used to drive phantomjs (be…