chore(xo-server-test): format with Prettier
This commit is contained in:
@@ -116,13 +116,9 @@ describe('issue', () => {
|
||||
})
|
||||
})
|
||||
|
||||
describe('5265', () => {
|
||||
const rsName = "xo-server-test resource set"
|
||||
const subjects = [
|
||||
'one',
|
||||
'two',
|
||||
'three',
|
||||
]
|
||||
describe('5265', () => {
|
||||
const rsName = 'xo-server-test resource set'
|
||||
const subjects = ['one', 'two', 'three']
|
||||
test('resourceSet.removeSubject call', async () => {
|
||||
const id = await xo.createTempResourceSet({
|
||||
name: rsName,
|
||||
@@ -131,7 +127,7 @@ describe('issue', () => {
|
||||
|
||||
await xo.call('resourceSet.removeSubject', {
|
||||
id,
|
||||
subject: subjects[0]
|
||||
subject: subjects[0],
|
||||
})
|
||||
})
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user