Skip to content

Commit

Permalink
chore: renamed integration test folder
Browse files Browse the repository at this point in the history
  • Loading branch information
timcreatedit committed Sep 21, 2024
1 parent 3d38a78 commit 3ca6c44
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 3 deletions.
2 changes: 0 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,3 @@ pubspec_overrides.yaml
dart_test.yaml

.vscode/settings.json
.vscode/launch.json
.vscode/settings.json
14 changes: 14 additions & 0 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
// Use IntelliSense to learn about possible attributes.
// Hover to view descriptions of existing attributes.
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
"version": "0.2.0",
"configurations": [
{
"name": "integration tests",
"request": "launch",
"type": "dart",
"program": "integration_test/generation_notifier_integration_test.dart"
},
]
}
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ void main() {
configProvider.overrideWith((ref, arg) => config),
],
);
token = Platform.environment['FIGMA_TOKEN'];
token = Platform.environment['FIGMA_FREE_TOKEN'];
});

tearDown(() {
Expand Down

0 comments on commit 3ca6c44

Please sign in to comment.