mirror of
https://github.com/Drop-OSS/droplet.git
synced 2025-11-10 04:22:16 +10:00
fix: remove lua tests
This commit is contained in:
@ -1,7 +1,7 @@
|
|||||||
import test from "ava";
|
import test from "ava";
|
||||||
import { ScriptEngine } from "../index.js";
|
import { ScriptEngine } from "../index.js";
|
||||||
|
|
||||||
test("lua syntax fail", (t) => {
|
test.skip("lua syntax fail", (t) => {
|
||||||
const scriptEngine = new ScriptEngine();
|
const scriptEngine = new ScriptEngine();
|
||||||
|
|
||||||
const luaIshCode = `
|
const luaIshCode = `
|
||||||
@ -46,7 +46,7 @@ test("js", (t) => {
|
|||||||
t.pass();
|
t.pass();
|
||||||
});
|
});
|
||||||
|
|
||||||
test("lua", (t) => {
|
test.skip("lua", (t) => {
|
||||||
const scriptEngine = new ScriptEngine();
|
const scriptEngine = new ScriptEngine();
|
||||||
|
|
||||||
const luaModule = `
|
const luaModule = `
|
||||||
|
|||||||
Reference in New Issue
Block a user