We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ad440fa + 56cd114 commit 1fe8a1aCopy full SHA for 1fe8a1a
src/report.test.js
@@ -30,7 +30,7 @@ describe('Report creation', () => {
30
expect(typeof new Report()).toBe('object');
31
});
32
33
- test('creates a report that matches the schema', async done => {
+ test('creates a report that matches the schema, including httpTraceEntries and dbTraceEntries', async done => {
34
const r = new Report({
35
labels: new Set('a-label'),
36
metrics: [{ name: 'foo-metric', s: 'wow-string', n: 99 }]
0 commit comments