Files
nebula.js/test/component/object/sn-error.fix.js
2019-12-11 19:15:48 +01:00

9 lines
127 B
JavaScript

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