mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
* Refactor testing harness to use defaults
- Move tests into defaultly named test folders
- Use default test suffix of ".test" instead of "_test"
- Make cluster-store tests unit tests by adding more
nesting, so that order of tests doesn't matter
Signed-off-by: Sebastian Malton <sebastian@malton.name>
Co-authored-by: Sebastian Malton <smalton@mirantis.com>
|
||
|---|---|---|
| .. | ||
| __tests__ | ||
| autobind.ts | ||
| cancelableFetch.ts | ||
| convertCpu.ts | ||
| convertMemory.ts | ||
| copyToClipboard.ts | ||
| createStorage.ts | ||
| cssNames.ts | ||
| cssVar.ts | ||
| debouncePromise.ts | ||
| downloadFile.ts | ||
| eventEmitter.ts | ||
| formatDuration.ts | ||
| index.ts | ||
| interval.ts | ||
| isReactNode.ts | ||
| metricUnitsToNumber.ts | ||
| prevDefault.ts | ||
| rbac.ts | ||