Skip to content

Project service integration tests and unit tests for platform service #108

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Oct 2, 2014

Conversation

Fatme
Copy link
Contributor

@Fatme Fatme commented Sep 25, 2014

No description provided.

@@ -0,0 +1,6 @@
interface IProjectIntegrationTest {
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do we really need this interface? What is the need for this abstraction in the tests? 😄

@Fatme Fatme force-pushed the fatme/tests branch 4 times, most recently from 34025a8 to 9308153 Compare September 30, 2014 12:51
@@ -1,6 +1,6 @@
interface INodePackageManager {
getCacheRootPath(): IFuture<string>;
addToCache(packageName: string): IFuture<void>;
addToCache(ppackageName: string, version: string): IFuture<void>;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

looks like the first parameter is mis-spelled: ppackage

@teobugslayer
Copy link
Contributor

It looks like tests do not complete successfully under Windows

@@ -1,33 +1,189 @@
/// <reference path=".d.ts" />

import yok = require('../lib/common/yok');
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

missing "use strict"; for turning on strict mode

@ns-bot
Copy link

ns-bot commented Oct 2, 2014

Test FAILed.

@teobugslayer
Copy link
Contributor

👍

Fatme added a commit that referenced this pull request Oct 2, 2014
Project service integration tests and unit tests for platform service
@Fatme Fatme merged commit 21e4703 into master Oct 2, 2014
@Fatme Fatme deleted the fatme/tests branch October 2, 2014 15:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants