test: remove describe.only
This commit is contained in:
parent
ea5e48b48b
commit
365a7d23a3
|
@ -36,7 +36,7 @@ function createNMFResolveCompilerObject(resolveData) {
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
describe.only('path shim', () => {
|
describe('path shim', () => {
|
||||||
it('should instantiate the plugin with valid options', () => {
|
it('should instantiate the plugin with valid options', () => {
|
||||||
// Arrange
|
// Arrange
|
||||||
const options = {
|
const options = {
|
||||||
|
|
Loading…
Reference in New Issue