1
0
Fork 0

chore(backend): Update tests for recent changes

This commit is contained in:
Joost De Cock 2023-10-15 21:15:53 +02:00
parent 8fe5e66cea
commit 8ba1b936f8
2 changed files with 4 additions and 24 deletions

View file

@ -17,12 +17,7 @@ export const curatedSetTests = async (chai, config, expect, store) => {
notesFr: 'Ce sont les notes A',
notesNl: 'Dit zijn de notities A',
notesUk: 'These are the ukranian notes A',
tagsDe: ['tagA', 'tagB'],
tagsEn: ['tagA', 'tagB'],
tagsEs: ['tagA', 'tagB'],
tagsFr: ['tagA', 'tagB'],
tagsNl: ['tagA', 'tagB'],
tagsUk: ['tagA', 'tagB'],
tags: ['tagA', 'tagB'],
measies: {
chest: 1000,
neck: 420,
@ -42,12 +37,7 @@ export const curatedSetTests = async (chai, config, expect, store) => {
notesFr: 'Ce sont les notes B',
notesNl: 'Dit zijn de notities B',
notesUk: 'These are the ukranian notes B',
tagsDe: ['tagA', 'tagB'],
tagsEn: ['tagA', 'tagB'],
tagsEs: ['tagA', 'tagB'],
tagsFr: ['tagA', 'tagB'],
tagsNl: ['tagA', 'tagB'],
tagsUk: ['tagA', 'tagB'],
tags: ['tagA', 'tagB'],
measies: {
chest: 930,
neck: 360,

View file

@ -18,12 +18,7 @@ export const optionPackTests = async (chai, config, expect, store) => {
notesFr: 'Aaron notes A',
notesNl: 'Aaron notes A',
notesUk: 'Aaron notes A',
tagsDe: ['tagA', 'tagB'],
tagsEn: ['tagA', 'tagB'],
tagsEs: ['tagA', 'tagB'],
tagsFr: ['tagA', 'tagB'],
tagsNl: ['tagA', 'tagB'],
tagsUk: ['tagA', 'tagB'],
tags: ['tagA', 'tagB'],
options: {
backlineBend: 0.666,
necklineBend: 0.8,
@ -45,12 +40,7 @@ export const optionPackTests = async (chai, config, expect, store) => {
notesFr: 'Aaron notes B',
notesNl: 'Aaron notes B',
notesUk: 'Aaron notes B',
tagsDe: ['tagA', 'tagB'],
tagsEn: ['tagA', 'tagB'],
tagsEs: ['tagA', 'tagB'],
tagsFr: ['tagA', 'tagB'],
tagsNl: ['tagA', 'tagB'],
tagsUk: ['tagA', 'tagB'],
tags: ['tagA', 'tagB'],
options: {
backlineBend: 0.444,
necklineBend: 0.7,