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
e4b35f67b0
commit
a99ee05e49
@ -5,7 +5,7 @@ import { expect } from 'chai'
|
|||||||
import { GraphQLClient } from 'graphql-request'
|
import { GraphQLClient } from 'graphql-request'
|
||||||
import Factory from '../../../src/db/factories'
|
import Factory from '../../../src/db/factories'
|
||||||
const debug = require('debug')('ea:test:steps')
|
const debug = require('debug')('ea:test:steps')
|
||||||
|
const host: any = null
|
||||||
const client = new GraphQLClient(host)
|
const client = new GraphQLClient(host)
|
||||||
|
|
||||||
function createUser (slug) {
|
function createUser (slug) {
|
||||||
@ -4,6 +4,11 @@ import request from 'request'
|
|||||||
const debug = require('debug')('ea:test:world')
|
const debug = require('debug')('ea:test:world')
|
||||||
|
|
||||||
class CustomWorld {
|
class CustomWorld {
|
||||||
|
lastResponses: any
|
||||||
|
lastContentType: any
|
||||||
|
lastInboxUrl: any
|
||||||
|
lastActivity: any
|
||||||
|
statusCode: any
|
||||||
constructor () {
|
constructor () {
|
||||||
// webFinger.feature
|
// webFinger.feature
|
||||||
this.lastResponses = []
|
this.lastResponses = []
|
||||||
Loading…
x
Reference in New Issue
Block a user