Move css.mock to unit/node

This commit is contained in:
Alex Dima
2020-02-07 12:22:51 +01:00
parent 2e7c169024
commit 3ce3886428
2 changed files with 1 additions and 1 deletions

View File

@@ -0,0 +1,12 @@
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
define([], function() {
return {
load: function(name, req, load) {
load({});
}
};
});