We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6e21779 commit a07d704Copy full SHA for a07d704
functions/v2/helloGCS/test/unit.test.js
@@ -12,6 +12,7 @@
12
// See the License for the specific language governing permissions and
13
// limitations under the License.
14
15
+// [START functions_cloudevent_storage_unit_test]
16
const {getFunction} = require('@google-cloud/functions-framework/testing');
17
18
describe('functions_cloudevent_storage', () => {
@@ -52,3 +53,4 @@ describe('functions_cloudevent_storage', () => {
52
53
assert(console.log.calledWith('File: my-file.txt'));
54
});
55
56
+// [END functions_cloudevent_storage_unit_test]
0 commit comments