Skip to content

Commit

Permalink
Cleaned up more tests
Browse files Browse the repository at this point in the history
  • Loading branch information
MarioRivis committed Sep 25, 2023
1 parent b915b60 commit c42c2bb
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 19 deletions.
32 changes: 16 additions & 16 deletions __tests__/cache.integration.test.ts
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
import {cacheDownAction, cacheInfoAction, cacheInitAction, cacheUpAction} from '../src/commands/cache'

describe('test cache commands', () => {
// it('test cache info', async () => {
// cacheInfoAction()
// })
// it('test cache init', async () => {
// cacheInitAction()
// })
// it('test cache up', async () => {
// await cacheUpAction()
// })
// it('test cache down', async () => {
// await cacheDownAction()
// })
})
// import {cacheDownAction, cacheInfoAction, cacheInitAction, cacheUpAction} from '../src/commands/cache'
//
// describe('test cache commands', () => {
// it('test cache info', async () => {
// cacheInfoAction()
// })
// it('test cache init', async () => {
// cacheInitAction()
// })
// it('test cache up', async () => {
// await cacheUpAction()
// })
// it('test cache down', async () => {
// await cacheDownAction()
// })
// })
6 changes: 3 additions & 3 deletions __tests__/update.integration.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ import {updateLibs} from '../src/commands/update'
describe('test update for default plugins', () => {
it('test update all plugins', async () => {

await updateLibs('2023-09-23',['gem'])

console.log('done')
// await updateLibs('2023-09-23',['gem'])
//
// console.log('done')
}, 7200000)
})

0 comments on commit c42c2bb

Please sign in to comment.