Skip to content
Snippets Groups Projects
Commit 81684948 authored by Agustin Ruiz Diaz Cambon's avatar Agustin Ruiz Diaz Cambon
Browse files

parameter test incomplete

parent a2377b2c
No related branches found
No related tags found
No related merge requests found
import '@testing-library/jest-dom/extend-expect';
import ParameterService from '../src/Services/ParameterService';
describe('Verificar si devuelve todos los pesos por defecto', () => {
it('Pesos por defecto', async () => {
expect((await ParameterService.getDefaultWeights()).length).toBe(12);
});
});
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment