Files
nebula.js/test/component/object/sn-error.fix.js

10 lines
164 B
JavaScript

export default function fixture() {
return {
type: 'error-sn',
load: async () =>
function sn() {
throw new Error('hahaha');
},
};
}