Browse Source

ref: git mv tests/fixtures fixtures (#35445)

* ref: git mv tests/fixtures fixtures

* ref: manual fixes for moving tests/fixtures -> fixtures
anthony sottile 2 years ago
parent
commit
454a94951e

+ 1 - 1
.gitignore

@@ -38,7 +38,7 @@ node_modules
 /tests/apidocs/openapi-deprecated.json
 /tests/sentry/utils/appleconnect/*.json
 /tests/apidocs/openapi-spectacular.json
-tests/fixtures/integrations/*/data/**
+/fixtures/integrations/*/data/**
 /wheelhouse
 /test_cli/
 Gemfile.lock

+ 1 - 1
.pre-commit-config.yaml

@@ -5,7 +5,7 @@ exclude: >
         \.map$|
         \.map\.js$|
         ^tests/sentry/lang/.*/fixtures/|
-        ^tests/fixtures/|
+        ^fixtures/|
         ^src/sentry/static/sentry/vendor/|
         ^tests/sentry/lang/javascript/example-project/|
         ^src/.*/locale/|

+ 3 - 3
.vercelignore

@@ -23,6 +23,6 @@
 !docs-ui
 !docs-ui/**
 !tests
-!tests/fixtures
-!tests/fixtures/integration-docs
-!tests/fixtures/integration-docs/**
+!fixtures
+!fixtures/integration-docs
+!fixtures/integration-docs/**

+ 2 - 2
config/tsconfig.build.json

@@ -45,13 +45,13 @@
       // Use the stub file for typechecking. Webpack resolver will use the real files
       // based on configuration.
       "integration-docs-platforms": [
-        "tests/fixtures/integration-docs/_platforms.json",
+        "fixtures/integration-docs/_platforms.json",
         "src/sentry/integration-docs/_platforms.json"
       ]
     },
     "plugins": [{"name": "typescript-styled-plugin"}]
   },
-  "include": ["../static", "../tests/js", "../tests/fixtures/js-stubs"],
+  "include": ["../static", "../tests/js", "../fixtures/js-stubs"],
   "exclude": ["../node_modules", "../**/*.benchmark.ts"],
   "ts-node": {
     "transpileOnly": true

+ 1 - 1
tests/fixtures/artifact_bundle/files/_/_/index.js → fixtures/artifact_bundle/files/_/_/index.js

@@ -124,4 +124,4 @@ function _callOnClient(method) {
   callOnHub.apply(void 0, tslib_1.__spread(['_invokeClient', method], args));
 }
 exports._callOnClient = _callOnClient;
-//# sourceMappingURL=index.js.map
+// # sourceMappingURL=index.js.map

+ 0 - 0
tests/fixtures/artifact_bundle/files/_/_/index.js.map → fixtures/artifact_bundle/files/_/_/index.js.map


+ 0 - 0
tests/fixtures/artifact_bundle/manifest.json → fixtures/artifact_bundle/manifest.json


+ 0 - 0
tests/fixtures/avatar.jpg → fixtures/avatar.jpg


+ 0 - 0
tests/fixtures/bad_data.json → fixtures/bad_data.json


+ 0 - 0
tests/fixtures/cloudflare/oauth-login-webhook.json → fixtures/cloudflare/oauth-login-webhook.json


Some files were not shown because too many files changed in this diff