OpenDroneMap-WebODM/app/static/app/js/tests/mocks/system.js

10 wiersze
156 B
JavaScript

// Define a mock for System.JS
export default {
import: function(dep){
throw new Error("Not implemented")
},
config: function(conf){
// Nothing
}
}