Each of these commands will run an ad hoc http static server in your current (or specified) directory, available at http://localhost:8000. Use this power wisely.
$ python -m SimpleHTTPServer 8000
import React from 'react'; | |
import chai, { expect } from 'chai'; | |
import { shallow } from 'enzyme'; | |
import sinon from 'sinon'; | |
import sinonChai from 'sinon-chai'; | |
import EditPageView from './EditPageView'; | |
import FormControl from './FormControl'; | |
import ErrorList from './errorList'; | |
chai.use(sinonChai); |
Each of these commands will run an ad hoc http static server in your current (or specified) directory, available at http://localhost:8000. Use this power wisely.
$ python -m SimpleHTTPServer 8000