Skip to content

Commit

Permalink
ci: mark win as experimental
Browse files Browse the repository at this point in the history
  • Loading branch information
msimerson committed Feb 19, 2024
1 parent 33ff296 commit 7a4e21f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions test/fixtures/.setup.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ const group = require('../../lib/group')
const user = require('../../lib/user')
// const session = require('../../lib/session')

const userCase = require('./fixtures/user.json')
const groupCase = require('./fixtures/group.json')
const userCase = require('./user.json')
const groupCase = require('./group.json')

const setup = async () => {
await createTestGroup()
Expand Down
4 changes: 2 additions & 2 deletions test/fixtures/.teardown.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
const group = require('../../lib/group')
const user = require('../../lib/user')
// const session = require('../../lib/session')
const userCase = require('./fixtures/user.json')
const groupCase = require('./fixtures/group.json')
const userCase = require('./user.json')
const groupCase = require('./group.json')

const teardown = async () => {
// await destroyTestSession()
Expand Down

0 comments on commit 7a4e21f

Please sign in to comment.