import 'typings-test' import * as protractor from 'protractor' import * as gtagmanager from '../dist/index' describe('gtagmanager', function() { it('should load gtagmanager', function() { //protractor.browser.get('https://angularjs.org'); }) it('should add some data to dataLayer', function() { }) it('should send the dataLayer in a correct way to GTM', function() { }) })