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
@@ -13,10 +13,10 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
import { plugin } from './plugin';
import { userSettingsPlugin } from './plugin';
describe('user-settings', () => {
it('should export plugin', () => {
expect(plugin).toBeDefined();
expect(userSettingsPlugin).toBeDefined();
});
});