mirror of
https://github.com/ysoftdevs/Theatrical-Players-Refactoring-Kata.git
synced 2026-03-26 03:11:58 +01:00
initial import
This commit is contained in:
13
javascript/test/invoice_new_plays.json
Normal file
13
javascript/test/invoice_new_plays.json
Normal file
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"customer": "BigCoII",
|
||||
"performances": [
|
||||
{
|
||||
"playID": "henry-v",
|
||||
"audience": 53
|
||||
},
|
||||
{
|
||||
"playID": "as-like",
|
||||
"audience": 55
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user