chore(backend): Update tests for recent changes
This commit is contained in:
parent
8fe5e66cea
commit
8ba1b936f8
2 changed files with 4 additions and 24 deletions
|
@ -17,12 +17,7 @@ export const curatedSetTests = async (chai, config, expect, store) => {
|
||||||
notesFr: 'Ce sont les notes A',
|
notesFr: 'Ce sont les notes A',
|
||||||
notesNl: 'Dit zijn de notities A',
|
notesNl: 'Dit zijn de notities A',
|
||||||
notesUk: 'These are the ukranian notes A',
|
notesUk: 'These are the ukranian notes A',
|
||||||
tagsDe: ['tagA', 'tagB'],
|
tags: ['tagA', 'tagB'],
|
||||||
tagsEn: ['tagA', 'tagB'],
|
|
||||||
tagsEs: ['tagA', 'tagB'],
|
|
||||||
tagsFr: ['tagA', 'tagB'],
|
|
||||||
tagsNl: ['tagA', 'tagB'],
|
|
||||||
tagsUk: ['tagA', 'tagB'],
|
|
||||||
measies: {
|
measies: {
|
||||||
chest: 1000,
|
chest: 1000,
|
||||||
neck: 420,
|
neck: 420,
|
||||||
|
@ -42,12 +37,7 @@ export const curatedSetTests = async (chai, config, expect, store) => {
|
||||||
notesFr: 'Ce sont les notes B',
|
notesFr: 'Ce sont les notes B',
|
||||||
notesNl: 'Dit zijn de notities B',
|
notesNl: 'Dit zijn de notities B',
|
||||||
notesUk: 'These are the ukranian notes B',
|
notesUk: 'These are the ukranian notes B',
|
||||||
tagsDe: ['tagA', 'tagB'],
|
tags: ['tagA', 'tagB'],
|
||||||
tagsEn: ['tagA', 'tagB'],
|
|
||||||
tagsEs: ['tagA', 'tagB'],
|
|
||||||
tagsFr: ['tagA', 'tagB'],
|
|
||||||
tagsNl: ['tagA', 'tagB'],
|
|
||||||
tagsUk: ['tagA', 'tagB'],
|
|
||||||
measies: {
|
measies: {
|
||||||
chest: 930,
|
chest: 930,
|
||||||
neck: 360,
|
neck: 360,
|
||||||
|
|
|
@ -18,12 +18,7 @@ export const optionPackTests = async (chai, config, expect, store) => {
|
||||||
notesFr: 'Aaron notes A',
|
notesFr: 'Aaron notes A',
|
||||||
notesNl: 'Aaron notes A',
|
notesNl: 'Aaron notes A',
|
||||||
notesUk: 'Aaron notes A',
|
notesUk: 'Aaron notes A',
|
||||||
tagsDe: ['tagA', 'tagB'],
|
tags: ['tagA', 'tagB'],
|
||||||
tagsEn: ['tagA', 'tagB'],
|
|
||||||
tagsEs: ['tagA', 'tagB'],
|
|
||||||
tagsFr: ['tagA', 'tagB'],
|
|
||||||
tagsNl: ['tagA', 'tagB'],
|
|
||||||
tagsUk: ['tagA', 'tagB'],
|
|
||||||
options: {
|
options: {
|
||||||
backlineBend: 0.666,
|
backlineBend: 0.666,
|
||||||
necklineBend: 0.8,
|
necklineBend: 0.8,
|
||||||
|
@ -45,12 +40,7 @@ export const optionPackTests = async (chai, config, expect, store) => {
|
||||||
notesFr: 'Aaron notes B',
|
notesFr: 'Aaron notes B',
|
||||||
notesNl: 'Aaron notes B',
|
notesNl: 'Aaron notes B',
|
||||||
notesUk: 'Aaron notes B',
|
notesUk: 'Aaron notes B',
|
||||||
tagsDe: ['tagA', 'tagB'],
|
tags: ['tagA', 'tagB'],
|
||||||
tagsEn: ['tagA', 'tagB'],
|
|
||||||
tagsEs: ['tagA', 'tagB'],
|
|
||||||
tagsFr: ['tagA', 'tagB'],
|
|
||||||
tagsNl: ['tagA', 'tagB'],
|
|
||||||
tagsUk: ['tagA', 'tagB'],
|
|
||||||
options: {
|
options: {
|
||||||
backlineBend: 0.444,
|
backlineBend: 0.444,
|
||||||
necklineBend: 0.7,
|
necklineBend: 0.7,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue