Compare commits

...

1 Commits

Author SHA1 Message Date
Ashcon Partovi
efe801c895 Make a change 2023-02-03 12:21:50 -08:00

View File

@@ -1,5 +1,7 @@
import { expect, it } from "bun:test";
// Change
function expectInvalidCharacters(val) {
try {
atob(val);