Update test to make use of string literals
This commit is contained in:
parent
eaa4c3cf0b
commit
43eadcbfa9
@ -1088,13 +1088,13 @@ describe("ItemHelper", () =>
|
|||||||
"5735fdcd2459776445391d61"
|
"5735fdcd2459776445391d61"
|
||||||
];
|
];
|
||||||
const mockTemplateItem = {
|
const mockTemplateItem = {
|
||||||
"_id": "571a29dc2459771fb2755a6a",
|
_id: "571a29dc2459771fb2755a6a",
|
||||||
"_name": "mag_tt_toz_std_762x25tt_8",
|
_name: "mag_tt_toz_std_762x25tt_8",
|
||||||
"_props": {
|
_props: {
|
||||||
"Cartridges": [{
|
Cartridges: [{
|
||||||
"_props": {
|
_props: {
|
||||||
"filters": [{
|
filters: [{
|
||||||
"Filter": validAmmoItems
|
Filter: validAmmoItems
|
||||||
}]
|
}]
|
||||||
}
|
}
|
||||||
}]
|
}]
|
||||||
|
Loading…
Reference in New Issue
Block a user