You may need to configure a proxy server if you're having trouble cloning
or fetching from a remote repository or getting an error
like unable to access '...' Couldn't resolve host '...'.
Consider something like:
| import { TestBed, ComponentFixture } from '@angular/core/testing'; | |
| import { ComponentName } from 'fileOfComponent'; | |
| describe('NameOfTheComponent', () => { | |
| let component: ComponentName; | |
| let fixture: ComponentFixture<ComponentName>; | |
| beforeEach(() => { | |
| return TestBed.configureTestingModule({ |
| module.exports = { | |
| mode: 'development', | |
| entry: './src' | |
| }; |
| { | |
| "name": "Webpack", | |
| "version": "1.0.0", | |
| "description": "", | |
| "main": "index.js", | |
| "scripts": { | |
| "build": "webpack --config webpack.config.js" | |
| }, | |
| "keywords": [], | |
| "author": "", |
| #! /bin/bash | |
| # echo "Hello World" | |
| # echo $BASH | |
| # name=Farid | |
| # echo "My name is $name" | |
| # echo "Let's me know your name : " | |
| # read name1 name2 name3 |