Este sitio web funciona mejor con JavaScript.
Inicio
Explorar
Ayuda
Iniciar sesión
modal-soft
/
oblique-strategies-cli
Seguir
1
Destacar
0
Fork
0
Código
Incidencias
0
Pull Requests
0
Lanzamientos
0
Wiki
Actividad
Explorar el Código
Remove unnecessary imports
Only define used imports in tests.
master
TheoryOfNekomata
hace 2 años
padre
a193f047a6
commit
4d333e1d5c
Se han
modificado 2 ficheros
con
3 adiciones
y
3 borrados
Dividir vista
Opciones de diferencias
Mostrar estadísticas
Descargar archivo de parche
Descargar archivo de diferencias
+1
-1
src/__tests__/formatting.test.ts
+2
-2
src/__tests__/readers.test.ts
+ 1
- 1
src/__tests__/formatting.test.ts
Ver fichero
@@ -4,7 +4,7 @@ import {
describe,
it,
expect,
vi, beforeAll, afterAll,
beforeEach, afterEach,
vi, beforeAll, afterAll,
} from 'vitest';
import { main } from '../app';
import * as presenters from '../presenters';
+ 2
- 2
src/__tests__/readers.test.ts
Ver fichero
@@ -1,7 +1,7 @@
import * as obliqueStrategiesCore from '@theoryofnekomata/oblique-strategies-core';
import {
afterAll,
afterEach,
beforeAll,
beforeEach,
afterAll,
beforeAll,
describe,
expect,
it, vi,
Escribir
Vista previa
Cargando…
Cancelar
Guardar