mirror of
https://github.com/mCaptcha/mCaptcha.git
synced 2026-02-11 18:15:39 +00:00
fix: port eslint config
This commit is contained in:
@@ -2,11 +2,10 @@
|
||||
// SPDX-FileCopyrightText: 2023 Aravinth Manivannan <realaravinth@batsense.net>
|
||||
//
|
||||
// SPDX-License-Identifier: AGPL-3.0-or-later
|
||||
"use strict";
|
||||
|
||||
import isNumber from "./isNumber";
|
||||
|
||||
"use strict";
|
||||
|
||||
it("getFromUrl workds", () => {
|
||||
expect(isNumber("test")).toBe(false);
|
||||
expect(isNumber("1test213")).toBe(false);
|
||||
|
||||
Reference in New Issue
Block a user