mirror of
https://github.com/HeyPuter/puter
synced 2024-11-14 22:06:00 +00:00
chore: Disable eslint checks on puter-js tests
These currently work in a way that's different from what eslint expects, so disable it. At some point it would be good if it could check them (and if the tests could run on CI) but right now they just make a lot of noise.
This commit is contained in:
parent
8cf6379de3
commit
11f3e29604
@ -1,3 +1,5 @@
|
||||
/* eslint-disable */
|
||||
// TODO: Make these more compatible with eslint
|
||||
naughtyStrings = [
|
||||
"文件.txt", // Chinese characters
|
||||
"файл.txt", // Cyrillic characters
|
||||
|
@ -1,3 +1,5 @@
|
||||
/* eslint-disable */
|
||||
// TODO: Make these more compatible with eslint
|
||||
window.kvTests = [
|
||||
testSetKeyWithValue = async function() {
|
||||
try {
|
||||
|
Loading…
Reference in New Issue
Block a user