Files
nebula.js/test/component/object/sn.fix.js
Christoffer Åström f0462f6670 test: add component test (#204)
This enables to run component tests with fixtures
2019-12-02 21:41:08 +01:00

14 lines
197 B
JavaScript

import sn from './sn';
export default function fixture() {
return {
type: 'sn',
sn,
snConfig: {
context: {
permissions: ['passive', 'interact'],
},
},
};
}