gcp-projects,user-settings: update plugin test imports

This commit is contained in:
Patrik Oldsberg
2021-02-01 19:04:26 +01:00
parent c5636e5afb
commit 3d76c84dee
3 changed files with 6 additions and 6 deletions
+2 -2
View File
@@ -14,10 +14,10 @@
* limitations under the License.
*/
import { plugin } from './plugin';
import { gcpProjectsPlugin } from './plugin';
describe('gcp-projects', () => {
it('should export plugin', () => {
expect(plugin).toBeDefined();
expect(gcpProjectsPlugin).toBeDefined();
});
});