mirror of
https://github.com/ditkrg/k8s-set-context.git
synced 2026-01-22 22:06:49 +00:00
7 lines
211 B
TypeScript
7 lines
211 B
TypeScript
import {run} from '../src/login'
|
|
|
|
describe('This is a placeholder for intial test cases, to be removed', () => {
|
|
test('Dummy test case', async () => {
|
|
await expect(run()).rejects.toThrow();
|
|
})
|
|
}) |