mirror of
https://github.com/xibyte/jsketcher
synced 2025-12-16 05:23:19 +01:00
7 lines
117 B
JavaScript
7 lines
117 B
JavaScript
import * as test from '../test'
|
|
|
|
export default {
|
|
testSaveLoad: function() {
|
|
test.fail('Nothing works');
|
|
}
|
|
}
|