mirror of
https://github.com/actualbudget/actual.git
synced 2026-03-11 20:44:32 -05:00
22 lines
333 B
Plaintext
22 lines
333 B
Plaintext
// Vitest Snapshot v1, https://vitest.dev/guide/snapshot.html
|
|
|
|
exports[`API setup and teardown > successfully loads budget 1`] = `
|
|
[
|
|
"2016-10",
|
|
"2016-11",
|
|
"2016-12",
|
|
"2017-01",
|
|
"2017-02",
|
|
"2017-03",
|
|
"2017-04",
|
|
"2017-05",
|
|
"2017-06",
|
|
"2017-07",
|
|
"2017-08",
|
|
"2017-09",
|
|
"2017-10",
|
|
"2017-11",
|
|
"2017-12",
|
|
]
|
|
`;
|