mirror of
https://github.com/Ocelot-Social-Community/Ocelot-Social.git
synced 2025-12-13 07:46:06 +00:00
converted two more js files to ts
This commit is contained in:
parent
0432d3277e
commit
09ef532838
@ -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) {
|
||||
@ -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 = []
|
||||
Loading…
x
Reference in New Issue
Block a user