At some point in the past, the code splitting of demangle-cpp got broken. This fixes that and also code splits out all fo the different profile importers into their own module since they aren't needed for initial render of the page.
6 lines
179 B
TypeScript
6 lines
179 B
TypeScript
import {checkProfileSnapshot} from '../test-utils'
|
|
|
|
test('importFromStackprof', async () => {
|
|
await checkProfileSnapshot('./sample/profiles/stackprof/simple-stackprof.json')
|
|
})
|