clean up
This commit is contained in:
parent
76beac41d2
commit
3b65be8b91
|
@ -316,7 +316,6 @@ describe('AiScript UI API', () => {
|
||||||
|
|
||||||
describe('textInput', () => {
|
describe('textInput', () => {
|
||||||
test.concurrent('all options', async () => {
|
test.concurrent('all options', async () => {
|
||||||
// https://github.com/aiscript-dev/aiscript/pull/948
|
|
||||||
const { root, get, outputs } = await exe(`
|
const { root, get, outputs } = await exe(`
|
||||||
let text_input = Ui:C:textInput({
|
let text_input = Ui:C:textInput({
|
||||||
onInput: print
|
onInput: print
|
||||||
|
@ -357,7 +356,6 @@ describe('AiScript UI API', () => {
|
||||||
|
|
||||||
describe('textarea', () => {
|
describe('textarea', () => {
|
||||||
test.concurrent('all options', async () => {
|
test.concurrent('all options', async () => {
|
||||||
// https://github.com/aiscript-dev/aiscript/pull/948
|
|
||||||
const { root, get, outputs } = await exe(`
|
const { root, get, outputs } = await exe(`
|
||||||
let textarea = Ui:C:textarea({
|
let textarea = Ui:C:textarea({
|
||||||
onInput: print
|
onInput: print
|
||||||
|
@ -398,7 +396,6 @@ describe('AiScript UI API', () => {
|
||||||
|
|
||||||
describe('numberInput', () => {
|
describe('numberInput', () => {
|
||||||
test.concurrent('all options', async () => {
|
test.concurrent('all options', async () => {
|
||||||
// https://github.com/aiscript-dev/aiscript/pull/948
|
|
||||||
const { root, get, outputs } = await exe(`
|
const { root, get, outputs } = await exe(`
|
||||||
let number_input = Ui:C:numberInput({
|
let number_input = Ui:C:numberInput({
|
||||||
onInput: print
|
onInput: print
|
||||||
|
@ -560,7 +557,6 @@ describe('AiScript UI API', () => {
|
||||||
|
|
||||||
describe('switch', () => {
|
describe('switch', () => {
|
||||||
test.concurrent('all options', async () => {
|
test.concurrent('all options', async () => {
|
||||||
// https://github.com/aiscript-dev/aiscript/pull/948
|
|
||||||
const { root, get, outputs } = await exe(`
|
const { root, get, outputs } = await exe(`
|
||||||
let switch = Ui:C:switch({
|
let switch = Ui:C:switch({
|
||||||
onChange: print
|
onChange: print
|
||||||
|
@ -601,7 +597,6 @@ describe('AiScript UI API', () => {
|
||||||
|
|
||||||
describe('select', () => {
|
describe('select', () => {
|
||||||
test.concurrent('all options', async () => {
|
test.concurrent('all options', async () => {
|
||||||
// https://github.com/aiscript-dev/aiscript/pull/948
|
|
||||||
const { root, get, outputs } = await exe(`
|
const { root, get, outputs } = await exe(`
|
||||||
let select = Ui:C:select({
|
let select = Ui:C:select({
|
||||||
items: [
|
items: [
|
||||||
|
|
Loading…
Reference in New Issue