mirror of
https://github.com/ditkrg/k8s-set-context.git
synced 2026-01-23 06:16:48 +00:00
7 lines
213 B
TypeScript
7 lines
213 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();
|
|
})
|
|
}) |