generated from dxworks/dxworks-template-node-ts
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
b915b60
commit c42c2bb
Showing
2 changed files
with
19 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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() | ||
// }) | ||
// }) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters