Skip to content

Commit

Permalink
Update styles
Browse files Browse the repository at this point in the history
  • Loading branch information
quirinpa committed Aug 31, 2023
1 parent 2d0abb5 commit a7e2663
Show file tree
Hide file tree
Showing 67 changed files with 24,864 additions and 64,714 deletions.
2 changes: 1 addition & 1 deletion .npmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
legacy-peer-deps=true
//npm.pkg.github.com/:_authToken=${NODE_AUTH_TOKEN}
47 changes: 47 additions & 0 deletions .swcrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,47 @@
[{
"$schema": "https://json.schemastore.org/swcrc",
"jsc": {
"parser": {
"syntax": "typescript",
"tsx": true,
"dynamicImport": false,
"privateMethod": false,
"functionBind": false,
"exportDefaultFrom": false,
"exportNamespaceFrom": false,
"decorators": false,
"decoratorsBeforeExport": false,
"topLevelAwait": false,
"importMeta": false,
"emotion": true
},
"target": "es2020",
"loose": false,
"externalHelpers": false,
"keepClassNames": false
},
"minify": false
}, {
"$schema": "https://json.schemastore.org/swcrc",
"jsc": {
"parser": {
"syntax": "ecmascript",
"jsx": true,
"dynamicImport": false,
"privateMethod": false,
"functionBind": false,
"exportDefaultFrom": false,
"exportNamespaceFrom": false,
"decorators": false,
"decoratorsBeforeExport": false,
"topLevelAwait": false,
"importMeta": false,
"emotion": true
},
"target": "es2020",
"loose": false,
"externalHelpers": false,
"keepClassNames": false
},
"minify": false
}]
92 changes: 0 additions & 92 deletions index.js

This file was deleted.

18 changes: 18 additions & 0 deletions jest.config.cjs
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
module.exports = {
verbose: true,
transformIgnorePatterns: [
"/dist/",
"/node_modules/(?!(?:@mov-ai/.*|@babylonjs/core)/)",
],
testPathIgnorePatterns: ["/node_modules/", "/dist/"],
testEnvironment: "jsdom",
moduleFileExtensions: ["ts", "tsx", "js", "jsx", "json", "node"],
moduleNameMapper: {
"^@babylonjs/core$": "<rootDir>/__mocks__/@babylonjs/core.js",
"\\.(svg)$": "<rootDir>/__mocks__/mockSvg.js",
// ... possibly other mappings
},
transform: {
"^.+\\.(js|jsx|ts|tsx)?$": "@swc/jest",
}
};
13 changes: 0 additions & 13 deletions jest.config.js

This file was deleted.

2 changes: 2 additions & 0 deletions link.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
#!/bin/sh
npm link ../core ../react ../../apps/fleetmanager/node_modules/react ../../apps/fleetmanager/node_modules/react-virtualized
Loading

0 comments on commit a7e2663

Please sign in to comment.