@contrail/flexplm 1.1.61 → 1.1.63

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -261,6 +261,8 @@ describe('ThumbnailUtil Tests', () =>{
261
261
 
262
262
  expect(Object.keys(content)).toHaveLength(3);
263
263
  expect(content).toHaveProperty('primaryFile');
264
+ expect(content.primaryFile).toHaveProperty('id');
265
+ expect(content.primaryFile.id).toEqual('file123');
264
266
  });
265
267
 
266
268
  });
@@ -1,20 +0,0 @@
1
- {
2
- // Use IntelliSense to learn about possible attributes.
3
- // Hover to view descriptions of existing attributes.
4
- // For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
5
- "version": "0.2.0",
6
- "configurations": [
7
- {
8
- "type": "node",
9
- "request": "launch",
10
- "name": "Launch Program",
11
- "skipFiles": [
12
- "<node_internals>/**"
13
- ],
14
- "program": "${workspaceFolder}\\lib\\index.js",
15
- "outFiles": [
16
- "${workspaceFolder}/**/*.js"
17
- ]
18
- }
19
- ]
20
- }