3
3
exports [` matches expected output: fragment.txt 1` ] = `
4
4
~~~~~~~~~~ INPUT ~~~~~~~~~~
5
5
/**
6
- * Copyright (c) Facebook , Inc. and its affiliates.
6
+ * Copyright (c) Meta Platforms , Inc. and affiliates.
7
7
*
8
8
* This source code is licensed under the MIT license found in the
9
9
* LICENSE file in the root directory of this source tree.
@@ -21,7 +21,7 @@ const testFragment = graphql\`
21
21
22
22
~~~~~~~~~~ OUTPUT ~~~~~~~~~~
23
23
/**
24
- * Copyright (c) Facebook , Inc. and its affiliates.
24
+ * Copyright (c) Meta Platforms , Inc. and affiliates.
25
25
*
26
26
* This source code is licensed under the MIT license found in the
27
27
* LICENSE file in the root directory of this source tree.
@@ -42,7 +42,7 @@ const testFragment =
42
42
exports [` matches expected output: memoize-inner-scope.txt 1` ] = `
43
43
~~~~~~~~~~ INPUT ~~~~~~~~~~
44
44
/**
45
- * Copyright (c) Facebook , Inc. and its affiliates.
45
+ * Copyright (c) Meta Platforms , Inc. and affiliates.
46
46
*
47
47
* This source code is licensed under the MIT license found in the
48
48
* LICENSE file in the root directory of this source tree.
@@ -72,7 +72,7 @@ function SomeTopLevelView() {
72
72
73
73
~~~~~~~~~~ OUTPUT ~~~~~~~~~~
74
74
/**
75
- * Copyright (c) Facebook , Inc. and its affiliates.
75
+ * Copyright (c) Meta Platforms , Inc. and affiliates.
76
76
*
77
77
* This source code is licensed under the MIT license found in the
78
78
* LICENSE file in the root directory of this source tree.
@@ -105,7 +105,7 @@ function SomeTopLevelView() {
105
105
exports [` matches expected output: mutation.txt 1` ] = `
106
106
~~~~~~~~~~ INPUT ~~~~~~~~~~
107
107
/**
108
- * Copyright (c) Facebook , Inc. and its affiliates.
108
+ * Copyright (c) Meta Platforms , Inc. and affiliates.
109
109
*
110
110
* This source code is licensed under the MIT license found in the
111
111
* LICENSE file in the root directory of this source tree.
@@ -125,7 +125,7 @@ const testMutation = graphql\`
125
125
126
126
~~~~~~~~~~ OUTPUT ~~~~~~~~~~
127
127
/**
128
- * Copyright (c) Facebook , Inc. and its affiliates.
128
+ * Copyright (c) Meta Platforms , Inc. and affiliates.
129
129
*
130
130
* This source code is licensed under the MIT license found in the
131
131
* LICENSE file in the root directory of this source tree.
@@ -146,7 +146,7 @@ const testMutation =
146
146
exports [` matches expected output: query.txt 1` ] = `
147
147
~~~~~~~~~~ INPUT ~~~~~~~~~~
148
148
/**
149
- * Copyright (c) Facebook , Inc. and its affiliates.
149
+ * Copyright (c) Meta Platforms , Inc. and affiliates.
150
150
*
151
151
* This source code is licensed under the MIT license found in the
152
152
* LICENSE file in the root directory of this source tree.
@@ -164,7 +164,7 @@ const testQuery = graphql\`
164
164
165
165
~~~~~~~~~~ OUTPUT ~~~~~~~~~~
166
166
/**
167
- * Copyright (c) Facebook , Inc. and its affiliates.
167
+ * Copyright (c) Meta Platforms , Inc. and affiliates.
168
168
*
169
169
* This source code is licensed under the MIT license found in the
170
170
* LICENSE file in the root directory of this source tree.
@@ -185,7 +185,7 @@ const testQuery =
185
185
exports [` matches expected output: too-many-fragments.error.txt 1` ] = `
186
186
~~~~~~~~~~ INPUT ~~~~~~~~~~
187
187
/**
188
- * Copyright (c) Facebook , Inc. and its affiliates.
188
+ * Copyright (c) Meta Platforms , Inc. and affiliates.
189
189
*
190
190
* This source code is licensed under the MIT license found in the
191
191
* LICENSE file in the root directory of this source tree.
@@ -219,7 +219,7 @@ Error: /test.js: BabelPluginRelay: Expected exactly one definition per graphql t
219
219
exports [` matches expected output: unexpected-fragment.error.txt 1` ] = `
220
220
~~~~~~~~~~ INPUT ~~~~~~~~~~
221
221
/**
222
- * Copyright (c) Facebook , Inc. and its affiliates.
222
+ * Copyright (c) Meta Platforms , Inc. and affiliates.
223
223
*
224
224
* This source code is licensed under the MIT license found in the
225
225
* LICENSE file in the root directory of this source tree.
@@ -255,7 +255,7 @@ Error: /test.js: BabelPluginRelay: Expected exactly one definition per graphql t
255
255
exports [` matches expected output: unexpected-operation.error.txt 1` ] = `
256
256
~~~~~~~~~~ INPUT ~~~~~~~~~~
257
257
/**
258
- * Copyright (c) Facebook , Inc. and its affiliates.
258
+ * Copyright (c) Meta Platforms , Inc. and affiliates.
259
259
*
260
260
* This source code is licensed under the MIT license found in the
261
261
* LICENSE file in the root directory of this source tree.
0 commit comments