Skip to content

Commit

Permalink
Incorporate upstream's test suite improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
babolivier committed Dec 20, 2018
1 parent f929910 commit fad3add
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions services/matrix/matrix.tester.js
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
'use strict'

const Joi = require('joi')
const ServiceTester = require('../service-tester')
const { colorScheme } = require('../test-helpers')

const t = new ServiceTester({ id: 'matrix', title: 'Matrix' })
module.exports = t
const t = (module.exports = require('../create-service-tester')())

t.create('get room state as guest')
.get('/ALIAS:DUMMY.dumb.json?style=_shields_test')
Expand Down

0 comments on commit fad3add

Please sign in to comment.