Some checks failed
test / Test completion check (push) Has been cancelled
test / test (20, macos-latest) (push) Has been cancelled
test / test (20, ubuntu-latest) (push) Has been cancelled
test / test (20, windows-latest) (push) Has been cancelled
test / test (22, macos-latest) (push) Has been cancelled
test / test (22, ubuntu-latest) (push) Has been cancelled
test / test (22, windows-latest) (push) Has been cancelled
test / test (24, macos-latest) (push) Has been cancelled
test / test (24, ubuntu-latest) (push) Has been cancelled
test / test (24, windows-latest) (push) Has been cancelled
17 lines
221 B
JavaScript
17 lines
221 B
JavaScript
module.exports = [
|
|
{
|
|
id: 1,
|
|
items: [
|
|
{
|
|
name: "burger",
|
|
quantity: 2,
|
|
value: 20,
|
|
},
|
|
{
|
|
name: "coke",
|
|
quantity: 2,
|
|
value: 5,
|
|
},
|
|
],
|
|
},
|
|
];
|