Initial boiler plate project

This commit is contained in:
2024-09-24 03:52:46 +00:00
parent 6120b2d6c3
commit 154b93e267
10034 changed files with 2079352 additions and 2 deletions

View File

10
node_modules/next/dist/build/jest/__mocks__/empty.js generated vendored Normal file
View File

@ -0,0 +1,10 @@
// this empty files is only here to mock server-only imports
"use strict";
if ((typeof exports.default === 'function' || (typeof exports.default === 'object' && exports.default !== null)) && typeof exports.default.__esModule === 'undefined') {
Object.defineProperty(exports.default, '__esModule', { value: true });
Object.assign(exports.default, exports);
module.exports = exports.default;
}
//# sourceMappingURL=empty.js.map

View File

@ -0,0 +1 @@
{"version":3,"sources":["../../../../src/build/jest/__mocks__/empty.ts"],"names":[],"mappings":"AAAA,4DAA4D"}

View File

View File

@ -0,0 +1,15 @@
"use strict";
module.exports = {
src: "/img.jpg",
height: 40,
width: 40,
blurDataURL: "data:image/png;base64,imagedata"
};
if ((typeof exports.default === 'function' || (typeof exports.default === 'object' && exports.default !== null)) && typeof exports.default.__esModule === 'undefined') {
Object.defineProperty(exports.default, '__esModule', { value: true });
Object.assign(exports.default, exports);
module.exports = exports.default;
}
//# sourceMappingURL=fileMock.js.map

View File

@ -0,0 +1 @@
{"version":3,"sources":["../../../../src/build/jest/__mocks__/fileMock.ts"],"names":["module","exports","src","height","width","blurDataURL"],"mappings":";AAAAA,OAAOC,OAAO,GAAG;IACfC,KAAK;IACLC,QAAQ;IACRC,OAAO;IACPC,aAAa;AACf"}

View File

View File

@ -0,0 +1,20 @@
"use strict";
module.exports = new Proxy({}, {
get: function getter() {
return ()=>({
className: "className",
variable: "variable",
style: {
fontFamily: "fontFamily"
}
});
}
});
if ((typeof exports.default === 'function' || (typeof exports.default === 'object' && exports.default !== null)) && typeof exports.default.__esModule === 'undefined') {
Object.defineProperty(exports.default, '__esModule', { value: true });
Object.assign(exports.default, exports);
module.exports = exports.default;
}
//# sourceMappingURL=nextFontMock.js.map

View File

@ -0,0 +1 @@
{"version":3,"sources":["../../../../src/build/jest/__mocks__/nextFontMock.ts"],"names":["module","exports","Proxy","get","getter","className","variable","style","fontFamily"],"mappings":";AAAAA,OAAOC,OAAO,GAAG,IAAIC,MACnB,CAAC,GACD;IACEC,KAAK,SAASC;QACZ,OAAO,IAAO,CAAA;gBACZC,WAAW;gBACXC,UAAU;gBACVC,OAAO;oBAAEC,YAAY;gBAAa;YACpC,CAAA;IACF;AACF"}

View File

View File

@ -0,0 +1,10 @@
"use strict";
module.exports = {};
if ((typeof exports.default === 'function' || (typeof exports.default === 'object' && exports.default !== null)) && typeof exports.default.__esModule === 'undefined') {
Object.defineProperty(exports.default, '__esModule', { value: true });
Object.assign(exports.default, exports);
module.exports = exports.default;
}
//# sourceMappingURL=styleMock.js.map

View File

@ -0,0 +1 @@
{"version":3,"sources":["../../../../src/build/jest/__mocks__/styleMock.ts"],"names":["module","exports"],"mappings":";AAAAA,OAAOC,OAAO,GAAG,CAAC"}