Files
less.js/packages/test-data/plugin/plugin-local.js
Matthew Dean 0925cf1957 Test-data module (#3525)
* Move test data to separate module - @todo--fix some browser tests
* Fix all browser tests
2020-06-25 15:54:59 -07:00

15 lines
281 B
JavaScript

functions.addMultiple({
'test-shadow' : function() {
return new tree.Anonymous( 'local' );
},
'test-local' : function() {
return new tree.Anonymous( 'local' );
}
});
registerPlugin({
setOptions: function(opts) {
// do nothing
}
});