From 9c7a1d6e51daa0c80fa6da25fb75fad6ca419772 Mon Sep 17 00:00:00 2001 From: "Robert St. John" Date: Tue, 2 Jul 2024 19:20:57 -0600 Subject: [PATCH] [plugins/arcgis] add a test file to get the ball rolling and make ci pass running the test command --- plugins/arcgis/service/src/EventTransform.spec.ts | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 plugins/arcgis/service/src/EventTransform.spec.ts diff --git a/plugins/arcgis/service/src/EventTransform.spec.ts b/plugins/arcgis/service/src/EventTransform.spec.ts new file mode 100644 index 000000000..ab400ae97 --- /dev/null +++ b/plugins/arcgis/service/src/EventTransform.spec.ts @@ -0,0 +1,4 @@ +describe('event transform', () => { + + it('has a test', () => {}) +}) \ No newline at end of file