converted two more js files to ts

This commit is contained in:
Ulf Gebhardt 2023-06-15 13:57:29 +02:00
parent 0432d3277e
commit 09ef532838
Signed by: ulfgebhardt
GPG Key ID: DA6B843E748679C9
2 changed files with 6 additions and 1 deletions

View File

@ -5,7 +5,7 @@ import { expect } from 'chai'
import { GraphQLClient } from 'graphql-request'
import Factory from '../../../src/db/factories'
const debug = require('debug')('ea:test:steps')
const host: any = null
const client = new GraphQLClient(host)
function createUser (slug) {

View File

@ -4,6 +4,11 @@ import request from 'request'
const debug = require('debug')('ea:test:world')
class CustomWorld {
lastResponses: any
lastContentType: any
lastInboxUrl: any
lastActivity: any
statusCode: any
constructor () {
// webFinger.feature
this.lastResponses = []